com.onlineobject.objectnet Namespace

EmbeddedLogger Members

The EmbeddedLogger type exposes the following members.

Methods


  Name Description
Public method Static member DisableLoggingFor
Disables logging for messages of the given LogType.
Public method Static member EnableLoggingFor
Enables logging for messages of the given LogType.
Public method Static member Initialize(EmbeddedLogger..::..LogMethod, Boolean, String)
Initializes EmbeddedLogger with all log types enabled.
Public method Static member Initialize(EmbeddedLogger..::..LogMethod, EmbeddedLogger..::..LogMethod, EmbeddedLogger..::..LogMethod, EmbeddedLogger..::..LogMethod, Boolean, String)
Initializes EmbeddedLogger with the supplied log methods.
Public method Static member Log(LogType, String)
Logs a message.
Public method Static member Log(LogType, String, String)
Logs a message.

Properties


  Name Description
Public property Static member IsDebugLoggingEnabled
Whether or not Debug messages will be logged.
Public property Static member IsErrorLoggingEnabled
Whether or not Error messages will be logged.
Public property Static member IsInfoLoggingEnabled
Whether or not Info messages will be logged.
Public property Static member IsWarningLoggingEnabled
Whether or not Warning messages will be logged.