Show / Hide Table of Contents

    Class ExceptionLogger

    Inherits from the NullLogger implementation, overriding the LogException(Exception) functionality.

    Inheritance
    Object
    NullLogger
    ExceptionLogger
    Implements
    IPriorityLogger
    Inherited Members
    NullLogger.LogWithPriority(Object, Int32)
    NullLogger.Log(Object)
    NullLogger.LogWarning(Object)
    NullLogger.LogError(Object)
    NullLogger.SetMinPriority(Int32)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    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
    Overrides
    NullLogger.LogException(Exception)

    Implements

    IPriorityLogger
    Back to top Copyright © 2020 East Side Games Inc.