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 methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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 ObjectToString.)
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.
Top
See Also

Reference