EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Class FluentLogExtensions

    Inheritance
    object
    FluentLogExtensions
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: PoeShared.Logging
    Assembly: PoeShared.dll
    Syntax
    public static class FluentLogExtensions

    Methods

    Name Description
    AddPrefix(IFluentLog, Func<string>)
    AddPrefix<T>(IFluentLog, T)
    AddSuffix(IFluentLog, Func<string>)
    AddSuffix<T>(IFluentLog, T)
    CreateChildCollectionLogWriter(IFluentLog, ISourceList<string>)
    CreateProfiler(IFluentLog, string, string)
    DebugIfDebug(IFluentLog, Func<string>)
    DebugIfDebug(IFluentLog, string)
    InfoIfDebug(IFluentLog, Func<string>)
    InfoIfDebug(IFluentLog, string)
    IsEnabled(IFluentLog, FluentLogLevel)
    WarnIfDebug(IFluentLog, Func<string>)
    WarnIfDebug(IFluentLog, string)
    WithAction(IFluentLog, Action<(FluentLogLevel Level, string Message)>)
    WithPrefix(IFluentLog, Func<string>)
    WithPrefix<T>(IFluentLog, T)
    WithSuffix(IFluentLog, Func<string>)
    WithSuffix<T>(IFluentLog, T)
    WithTable<T>(IFluentLog, IEnumerable<T>, string)
    Write(IFluentLog, FluentLogLevel, Func<string>)
    © Xab3r. All rights reserved.