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.
Afficher le fichier Open project: tobiaszuercher/PowerDeploy

Méthodes publiques

Méthode Description
GetLogger ( Type type ) : ILog

Gets the logger.

GetLogger ( string typeName ) : ILog

Gets the logger.

Method Details

GetLogger() public static méthode

Gets the logger.
public static GetLogger ( Type type ) : ILog
type System.Type
Résultat ILog

GetLogger() public static méthode

Gets the logger.
public static GetLogger ( string typeName ) : ILog
typeName string
Résultat ILog