FileReactor Class |
Namespace: IBM.Watson.DeveloperCloud.Logging
public class FileReactor : ILogReactor
The FileReactor type exposes the following members.
Name | Description | |
---|---|---|
![]() | FileReactor |
FileReactor constructor.
|
Name | Description | |
---|---|---|
![]() | Level |
Minimum level of messages to save into the log file.
|
![]() | LogFile |
The filename of the log file.
|
![]() | LogHistory |
How many log files to maintain.
|
![]() | LogTextWritten |
Gets the log text written to the file system
|
![]() | MaxLogSize |
Maximum size of a log file before we rotate.
|
Name | Description | |
---|---|---|
![]() | ProcessLog |
Process a LogRecord object.
|
![]() | RotateLogs |