public interface ILogManager<TConfiguration> : ILogManager
where TConfiguration : class, ILoggingConfiguration
Configuration | |
GlobalContext |
(Inherited from ILogManager) |
LogToAttachedDebugger |
(Inherited from ILogManager) |
ThreadContext |
(Inherited from ILogManager) |
DisableLoggingToAttachedDebugger |
(Inherited from ILogManager) |
EnableLoggingToAttachedDebugger |
(Inherited from ILogManager) |
GetLogger(Type) |
(Inherited from ILogManager) |
GetLoggerT |
(Inherited from ILogManager) |
Initialize |
(Inherited from ILogManager) |
Shutdown |
(Inherited from ILogManager) |
UpdateConfiguration(ILoggingConfiguration) |
(Inherited from ILogManager) |
UpdateConfiguration(TConfiguration) |