C# Класс withSIX.Core.Presentation.Bridge.DefaultLogManager

Наследование: ILogManager
Показать файл Открыть проект

Открытые методы

Метод Описание
GetLoggerOrMerged ( Type type ) : withSIX.Core.Logging.ILogger
GetLoggerOrMerged ( Type type, Type loggerType ) : withSIX.Core.Logging.ILogger

Приватные методы

Метод Описание
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

Описание методов

GetLoggerOrMerged() публичный Метод

public GetLoggerOrMerged ( Type type ) : withSIX.Core.Logging.ILogger
type System.Type
Результат withSIX.Core.Logging.ILogger

GetLoggerOrMerged() публичный Метод

public GetLoggerOrMerged ( Type type, Type loggerType ) : withSIX.Core.Logging.ILogger
type System.Type
loggerType System.Type
Результат withSIX.Core.Logging.ILogger