IsLogging
Determines whether the current thread is emitting a log record. This allows to avoid infinite recursion while logging.
Declaration
public bool IsLogging { get; }
Property Value
Type | Description |
---|---|
bool |
Determines whether the current thread is emitting a log record. This allows to avoid infinite recursion while logging.
public bool IsLogging { get; }
Type | Description |
---|---|
bool |