LogLog MembersApache log4net™ SDK Documentation
The LogLog type exposes the following members.
Constructors

  NameDescription
Public methodLogLog
Initializes a new instance of the LogLog class.
Back to Top
Methods

  NameDescription
Public methodStatic memberDebug(Type, String)
Writes log4net internal debug messages to the standard output stream.
Public methodStatic memberDebug(Type, String, Exception)
Writes log4net internal debug messages to the standard output stream.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodStatic memberError(Type, String)
Writes log4net internal error messages to the standard error stream.
Public methodStatic memberError(Type, String, Exception)
Writes log4net internal error messages to the standard error stream.
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodStatic memberOnLogReceived
Raises the LogReceived event when an internal messages is received.
Public methodToString
Formats Prefix, Source, and Message in the same format as the value sent to Console.Out and Trace.Write.
(Overrides OnlineObject ToString .)
Public methodStatic memberWarn(Type, String)
Writes log4net internal warning messages to the standard error stream.
Public methodStatic memberWarn(Type, String, Exception)
Writes log4net internal warning messages to the standard error stream.
Back to Top
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
Events

  NameDescription
Public eventStatic memberLogReceived
The event raised when an internal message has been received.
Back to Top
See Also