Class LogExtensions
Inheritance
LogExtensions
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)
|
|