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