The LogLog type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | Debug(Type, String) |
Writes log4net internal debug messages to the
standard output stream.
|
![]() ![]() | Debug(Type, String, Exception) |
Writes log4net internal debug messages to the
standard output stream.
|
![]() | Equals | (Inherited from Object.) |
![]() ![]() | Error(Type, String) |
Writes log4net internal error messages to the
standard error stream.
|
![]() ![]() | Error(Type, String, Exception) |
Writes log4net internal error messages to the
standard error stream.
|
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() ![]() | OnLogReceived |
Raises the LogReceived event when an internal messages is received.
|
![]() | ToString |
Formats Prefix, Source, and Message in the same format as the value
sent to Console.Out and Trace.Write.
(Overrides ObjectToString.) |
![]() ![]() | Warn(Type, String) |
Writes log4net internal warning messages to the
standard error stream.
|
![]() ![]() | Warn(Type, String, Exception) |
Writes log4net internal warning messages to the
standard error stream.
|
See Also