Class LogManager
public static class LogManager
- Inheritance
-
LogManager
Methods
GetLogger(string)
public static ILog GetLogger(string loggerName)
Parameters
loggerName
string
Returns
GetLogger<T>()
public static ILog GetLogger<T>()
Returns
Type Parameters
T
SetLoggerFactory(ILogFactory)
public static void SetLoggerFactory(ILogFactory logFactory)
Parameters
logFactory
ILogFactory