Class ExceptionLogger
Inherits from the NullLogger implementation, overriding the LogException(Exception) functionality.
Implements
Inherited Members
Namespace: IdleKit.Logging
Assembly: cs.temp.dll.dll
Syntax
public class ExceptionLogger : NullLogger, IPriorityLogger
Remarks
Intended to be used in release builds where data from exceptions is still required.
Methods
LogException(Exception)
Declaration
public override void LogException(Exception exception)
Parameters
Type | Name | Description |
---|---|---|
Exception | exception |