Method | Description | |
---|---|---|
UnityDebugLoggerFactoryAdapter ( ) : Common.Logging.Factory | ||
UnityDebugLoggerFactoryAdapter ( LogLevel level, bool showLogName, bool showLogLevel, bool useUnityLogLevel ) : Common.Logging.Factory | ||
UnityDebugLoggerFactoryAdapter ( NameValueCollection properties ) : Common.Logging.Factory |
Method | Description | |
---|---|---|
CreateLogger ( string name ) : ILog |
protected CreateLogger ( string name ) : ILog | ||
name | string | |
return | ILog |
public UnityDebugLoggerFactoryAdapter ( ) : Common.Logging.Factory | ||
return | Common.Logging.Factory |
public UnityDebugLoggerFactoryAdapter ( LogLevel level, bool showLogName, bool showLogLevel, bool useUnityLogLevel ) : Common.Logging.Factory | ||
level | LogLevel | |
showLogName | bool | |
showLogLevel | bool | |
useUnityLogLevel | bool | |
return | Common.Logging.Factory |
public UnityDebugLoggerFactoryAdapter ( NameValueCollection properties ) : Common.Logging.Factory | ||
properties | NameValueCollection | |
return | Common.Logging.Factory |