Show / Hide Table of Contents

    Class LoggerPriority

    A series of priorities that are used to specify how a log message will be output via a IPriorityLogger

    Inheritance
    Object
    LoggerPriority
    Inherited Members
    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 static class LoggerPriority

    Fields

    DISABLED

    Declaration
    public const int DISABLED = 9999
    Field Value
    Type Description
    Int32

    ERROR

    Declaration
    public const int ERROR = 300
    Field Value
    Type Description
    Int32

    EXCEPTION

    Declaration
    public const int EXCEPTION = 400
    Field Value
    Type Description
    Int32

    LOG

    Declaration
    public const int LOG = 100
    Field Value
    Type Description
    Int32

    LOG_ALL

    Declaration
    public const int LOG_ALL = -9999
    Field Value
    Type Description
    Int32

    WARNING

    Declaration
    public const int WARNING = 200
    Field Value
    Type Description
    Int32
    Back to top Copyright © 2020 East Side Games Inc.