C# Класс PowerDeploy.Core.Logging.LogManager

Logging API for this library. You can inject your own implementation otherwise will use the DebugLogFactory to write to System.Diagnostics.Debug
https://github.com/ServiceStackV3/ServiceStackV3 BSD Licence.
Показать файл Открыть проект

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

Метод Описание
GetLogger ( Type type ) : ILog

Gets the logger.

GetLogger ( string typeName ) : ILog

Gets the logger.

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

GetLogger() публичный статический Метод

Gets the logger.
public static GetLogger ( Type type ) : ILog
type System.Type
Результат ILog

GetLogger() публичный статический Метод

Gets the logger.
public static GetLogger ( string typeName ) : ILog
typeName string
Результат ILog