LogLog PropertiesApache log4net™ SDK Documentation
The LogLog type exposes the following members.
Properties

  NameDescription
Public propertyStatic memberEmitInternalMessages
Public propertyException
The Exception related to the message.
Public propertyStatic memberInternalDebugging
Gets or sets a value indicating whether log4net internal logging is enabled or disabled.
Public propertyStatic memberIsDebugEnabled
Test if LogLog.Debug is enabled for output.
Public propertyStatic memberIsErrorEnabled
Test if LogLog.Error is enabled for output.
Public propertyStatic memberIsWarnEnabled
Test if LogLog.Warn is enabled for output.
Public propertyMessage
The internal log message.
Public propertyPrefix
A string indicating the severity of the internal message.
Public propertyStatic memberQuietMode
Gets or sets a value indicating whether log4net should generate no output from internal logging, not even for errors.
Public propertySource
The Type that generated the internal message.
Public propertyTimeStamp
The DateTime stamp of when the internal message was received.
Back to Top
See Also