Click or drag to resize

IBM.Watson.DeveloperCloud.Logging Namespace

Logging subsystem.
Classes
  ClassDescription
Public classFileReactor
FileReactor log reactor class.
Public classLog
Helper static class for logging into the Logger.
Public classLogRecord
This data class is passed to all Reactors when a log message is passed into the Logger singleton.
Public classLogSystem
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.
Interfaces
  InterfaceDescription
Public interfaceILogReactor
Any class that implement this interface can be added to the Logger class as a reactor and hook all log messages.
Enumerations
  EnumerationDescription
Public enumerationLogLevel
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.