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

Search Results for

    Class LogExtensions

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

    Methods

    Name Description
    ErrorIfThrows(IFluentLog, Action, string)
    ErrorIfThrows(IFluentLog, Func<Task>, string)
    ErrorIfThrows<T>(IFluentLog, Func<Task<T>>, string)
    HandleException(IFluentLog, Exception)
    HandleException(ILog, Exception)
    HandleUiException(IFluentLog, Exception)
    HandleUiException(ILog, Exception)
    LogIfThrows(IFluentLog, LogLevel, string, Action)
    LogIfThrows(IFluentLog, LogLevel, string, Func<Task>)
    LogIfThrows<T>(IFluentLog, LogLevel, string, Func<Task<T>>)
    WarnIfThrows(IFluentLog, Action, string)
    WarnIfThrows(IFluentLog, Func<Task>, string)
    WarnIfThrows<T>(IFluentLog, Func<Task<T>>, string)
    © Xab3r. All rights reserved.