ILog PropertiesApache log4net™ SDK Documentation
The ILog type exposes the following members.
Properties

  NameDescription
Public propertyIsDebugEnabled
Checks if this logger is enabled for the Debug level.
Public propertyIsErrorEnabled
Checks if this logger is enabled for the Error level.
Public propertyIsFatalEnabled
Checks if this logger is enabled for the Fatal level.
Public propertyIsInfoEnabled
Checks if this logger is enabled for the Info level.
Public propertyIsWarnEnabled
Checks if this logger is enabled for the Warn level.
Public propertyLogger
Get the implementation behind this wrapper object.
(Inherited from ILoggerWrapper.)
Back to Top
See Also