C# Class withSIX.Core.Presentation.Bridge.DefaultLogManager

Inheritance: ILogManager
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
GetLoggerOrMerged ( Type type ) : withSIX.Core.Logging.ILogger
GetLoggerOrMerged ( Type type, Type loggerType ) : withSIX.Core.Logging.ILogger

Private Methods

Méthode Description
GetCurrentClassLogger ( Type loggerType, [ method = "" ) : withSIX.Core.Logging.ILogger
GetCurrentClassLogger ( [ method = "" ) : withSIX.Core.Logging.ILogger
GetCurrentClassLoggerOrMerged ( Type loggerType, [ method = "" ) : withSIX.Core.Logging.ILogger
GetCurrentClassLoggerOrMerged ( [ method = "" ) : withSIX.Core.Logging.ILogger
GetLogger ( string type ) : withSIX.Core.Logging.ILogger

Method Details

GetLoggerOrMerged() public méthode

public GetLoggerOrMerged ( Type type ) : withSIX.Core.Logging.ILogger
type System.Type
Résultat withSIX.Core.Logging.ILogger

GetLoggerOrMerged() public méthode

public GetLoggerOrMerged ( Type type, Type loggerType ) : withSIX.Core.Logging.ILogger
type System.Type
loggerType System.Type
Résultat withSIX.Core.Logging.ILogger