C# Class Common.Logging.Simple.UnityDebugLoggerFactoryAdapter

Inheritance: Common.Logging.Factory.AbstractCachingLoggerFactoryAdapter
Afficher le fichier Open project: SaladLab/Common.Logging.Unity3D

Méthodes publiques

Méthode Description
UnityDebugLoggerFactoryAdapter ( ) : Common.Logging.Factory
UnityDebugLoggerFactoryAdapter ( LogLevel level, bool showLogName, bool showLogLevel, bool useUnityLogLevel ) : Common.Logging.Factory
UnityDebugLoggerFactoryAdapter ( NameValueCollection properties ) : Common.Logging.Factory

Méthodes protégées

Méthode Description
CreateLogger ( string name ) : ILog

Method Details

CreateLogger() protected méthode

protected CreateLogger ( string name ) : ILog
name string
Résultat ILog

UnityDebugLoggerFactoryAdapter() public méthode

public UnityDebugLoggerFactoryAdapter ( ) : Common.Logging.Factory
Résultat Common.Logging.Factory

UnityDebugLoggerFactoryAdapter() public méthode

public UnityDebugLoggerFactoryAdapter ( LogLevel level, bool showLogName, bool showLogLevel, bool useUnityLogLevel ) : Common.Logging.Factory
level LogLevel
showLogName bool
showLogLevel bool
useUnityLogLevel bool
Résultat Common.Logging.Factory

UnityDebugLoggerFactoryAdapter() public méthode

public UnityDebugLoggerFactoryAdapter ( NameValueCollection properties ) : Common.Logging.Factory
properties NameValueCollection
Résultat Common.Logging.Factory