 | LoggerIsInfoEnabled Property |
[Missing <summary> documentation for "P:Slash.Diagnostics.Logging.Logger.IsInfoEnabled"]
Namespace: Slash.Diagnostics.LoggingAssembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntaxpublic bool IsInfoEnabled { get; }
Public ReadOnly Property IsInfoEnabled As Boolean
Get
public:
virtual property bool IsInfoEnabled {
bool get () sealed;
}
abstract IsInfoEnabled : bool with get
override IsInfoEnabled : bool with get
Property Value
Type:
BooleanImplements
ILoggerIsInfoEnabled
See Also