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

Inheritance: ILogManager
ファイルを表示 Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
GetLoggerOrMerged ( Type type ) : withSIX.Core.Logging.ILogger
GetLoggerOrMerged ( Type type, Type loggerType ) : withSIX.Core.Logging.ILogger

Private Methods

Method 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 method

public GetLoggerOrMerged ( Type type ) : withSIX.Core.Logging.ILogger
type System.Type
return withSIX.Core.Logging.ILogger

GetLoggerOrMerged() public method

public GetLoggerOrMerged ( Type type, Type loggerType ) : withSIX.Core.Logging.ILogger
type System.Type
loggerType System.Type
return withSIX.Core.Logging.ILogger