ConfigureLogParameter Constructor (LogFileName, LogStatus, Int32, Int32, String, LogLevel)

Initializes a new instance of the ConfigureLogParameter class

Namespace:  Unisys.AgileBusiness.RuntimeAPI
Assembly:  Unisys.AgileBusiness.RuntimeAPI (in Unisys.AgileBusiness.RuntimeAPI.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax

public ConfigureLogParameter(
	LogFileName logName,
	LogStatus logStatus,
	int backups,
	int fileSize,
	string filePath,
	LogLevel level
)

Parameters

logName
Type: Unisys.AgileBusiness.RuntimeAPILogFileName
Log name
logStatus
Type: Unisys.AgileBusiness.RuntimeAPILogStatus
Log status
backups
Type: SystemInt32
Backup value
fileSize
Type: SystemInt32
File size
filePath
Type: SystemString
File path
level
Type: Unisys.AgileBusiness.RuntimeAPILogLevel
Log level
See Also