C# Class 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.
Mostra file Open project: tobiaszuercher/PowerDeploy

Public Methods

Method Description
GetLogger ( Type type ) : ILog

Gets the logger.

GetLogger ( string typeName ) : ILog

Gets the logger.

Method Details

GetLogger() public static method

Gets the logger.
public static GetLogger ( Type type ) : ILog
type System.Type
return ILog

GetLogger() public static method

Gets the logger.
public static GetLogger ( string typeName ) : ILog
typeName string
return ILog