LogLog ClassApache log4net™ SDK Documentation
Outputs log statements from within the log4net assembly.
Inheritance Hierarchy

OnlineSystem Object
  log4net.Util LogLog

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public sealed class LogLog
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.

See Also