IBM.Watson.DeveloperCloud.Logging Namespace |
Class | Description | |
---|---|---|
FileReactor |
FileReactor log reactor class.
| |
Log |
Helper static class for logging into the Logger.
| |
LogRecord |
This data class is passed to all Reactors when a log message is passed into the Logger singleton.
| |
LogSystem |
This singleton class maintains the of list of installed reactors and handles all LogRecord
objects. See the static class Log for functions the end user of this system should actually
be calling. This class is thread safe.
|
Interface | Description | |
---|---|---|
ILogReactor |
Any class that implement this interface can be added to the Logger class as a reactor and hook
all log messages.
|
Enumeration | Description | |
---|---|---|
LogLevel |
All log messages are assigned to a log level, typically reactors have filters and will filter log
messages that have lower levels. NONE is considered the lowest level, ALL is considered the highest level.
|