Click or drag to resize

FileReactor Constructor

Initializes a new instance of the FileReactor class

Namespace:  IBM.Watson.DeveloperCloud.Logging
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public FileReactor(
	string logFile,
	LogLevel level = LogLevel.DEBUG,
	int logHistory = 2,
	int maxLogSize = 1048576
)

Parameters

logFile
Type: SystemString
level (Optional)
Type: IBM.Watson.DeveloperCloud.LoggingLogLevel
logHistory (Optional)
Type: SystemInt32
maxLogSize (Optional)
Type: SystemInt32
See Also