Common Logging 2.0 API Reference

AbstractLogger Constructor

Creates a new logger instance using WriteInternal for writing log events to the underlying log system.

[Visual Basic]
Protected Sub New()
[C#]
AbstractLogger();

See Also

AbstractLogger Class | Common.Logging.Factory Namespace | GetWriteHandler