Search Results for

    Show / Hide Table of Contents

    Class CurlLogger

    Inheritance
    object
    Logger
    CurlLogger
    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
    Assembly: Glitch9.IO.dll
    Syntax
    public class CurlLogger : Logger, ILogger

    Constructors

    | Edit this page View Source

    CurlLogger(string, CurlLogOptions)

    Declaration
    public CurlLogger(string tag, CurlLogOptions options)
    Parameters
    Type Name Description
    string tag
    CurlLogOptions options

    Properties

    | Edit this page View Source

    LogOptions

    Declaration
    public CurlLogOptions LogOptions { get; }
    Property Value
    Type Description
    CurlLogOptions

    Methods

    | Edit this page View Source

    LogFrame(string)

    Declaration
    public void LogFrame(string frame)
    Parameters
    Type Name Description
    string frame
    | Edit this page View Source

    LogRequestInfo(CurlContext)

    Declaration
    public void LogRequestInfo(CurlContext ctx)
    Parameters
    Type Name Description
    CurlContext ctx
    | Edit this page View Source

    LogResponseInfo(CurlContext)

    Declaration
    public void LogResponseInfo(CurlContext ctx)
    Parameters
    Type Name Description
    CurlContext ctx

    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