log4net SDK Reference

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

This type is not safe for multithreaded operations.

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