Search Results for

    Show / Hide Table of Contents

    Class WebSocketLogger

    Inheritance
    object
    Logger
    WebSocketLogger
    Implements
    ILogger
    Inherited Members
    Logger.Tag
    Logger.LogLevel
    Logger.DoNotLogPredicate
    Logger.Verbose(string, string, string)
    Logger.Info(string, string, string)
    Logger.Warning(string, string, string)
    Logger.Error(string, string, string)
    Logger.Exception(Exception, string, string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.IO.Networking.WebSocket
    Assembly: Glitch9.IO.dll
    Syntax
    public class WebSocketLogger : Logger, ILogger

    Constructors

    | Edit this page View Source

    WebSocketLogger(string, TraceLevel)

    Declaration
    public WebSocketLogger(string tag, TraceLevel logLevel = TraceLevel.Info)
    Parameters
    Type Name Description
    string tag
    TraceLevel logLevel

    Methods

    | Edit this page View Source

    Error(string, string)

    Declaration
    public void Error(string eventId, string message)
    Parameters
    Type Name Description
    string eventId
    string message
    | Edit this page View Source

    Exception(string, Exception)

    Declaration
    public void Exception(string eventId, Exception exception)
    Parameters
    Type Name Description
    string eventId
    Exception exception
    | Edit this page View Source

    Info(string, string)

    Declaration
    public void Info(string eventId, string message)
    Parameters
    Type Name Description
    string eventId
    string message
    | Edit this page View Source

    Verbose(string, string)

    Declaration
    public void Verbose(string eventId, string message)
    Parameters
    Type Name Description
    string eventId
    string message
    | Edit this page View Source

    Warning(string, string)

    Declaration
    public void Warning(string eventId, string message)
    Parameters
    Type Name Description
    string eventId
    string message

    Implements

    ILogger

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation