Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

LogLog Class

Outputs log statements from within the log4net assembly.

For a list of all members of this type, see LogLog Members.

System.Object
���log4net.Util.LogLog

[Visual�Basic]
NotInheritable�Public�Class�LogLog
[C#]
public�sealed�class�LogLog

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Log4net components cannot make log4net logging calls. However, it is sometimes useful for the user to learn about what log4net is doing.

All log4net internal debug calls go to the standard output stream whereas internal error messages are sent to the standard error output stream.

Requirements

Namespace: log4net.Util

Assembly: log4net (in log4net.dll)

See Also

LogLog Members | log4net.Util Namespace