Common Logging 2.0 API Reference

NoOpLogger Properties

The properties of the NoOpLogger class are listed below. For a complete list of NoOpLogger class members, see the NoOpLogger Members topic.

Public Instance Properties

IsDebugEnabled Always returns false.
IsErrorEnabled Always returns false.
IsFatalEnabled Always returns false.
IsInfoEnabled Always returns false.
IsTraceEnabled Always returns false.
IsWarnEnabled Always returns false.

See Also

NoOpLogger Class | Common.Logging.Simple Namespace