LogLog MethodsApache log4net™ SDK Documentation
The LogLog type exposes the following members.
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
See Also