OpenMetaverse Protocol Library Developers API Documentation
Logger Class
NamespacesOpenMetaverseLogger
Singleton logging class for the entire library
Declaration Syntax
C#
public 
static 
class 
Logger
Members
All Members Methods Fields Events



Icon Member Description
DebugLog(Object)
If the library is compiled with DEBUG defined, an event will be fired if an
  Copy imageCopy
OnLogMessage
handler is registered and the message will be sent to the logging engine

DebugLog(Object, GridClient)
If the library is compiled with DEBUG defined and
  Copy imageCopy
GridClient.Settings.DEBUG
is true, an event will be fired if an
  Copy imageCopy
OnLogMessage
handler is registered and the message will be sent to the logging engine

Log(Object, Helpers . . :: . . LogLevel)
Send a log message to the logging engine

Log(Object, Helpers . . :: . . LogLevel, GridClient)
Send a log message to the logging engine

Log(Object, Helpers . . :: . . LogLevel, Exception)
Send a log message to the logging engine

Log(Object, Helpers . . :: . . LogLevel, GridClient, Exception)
Send a log message to the logging engine

LogInstance
log4net logging engine

OnLogMessage
Triggered whenever a message is logged. If this is left null, log messages will go to the console

Inheritance Hierarchy
Object
Logger

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)