C# Class PowerDeploy.Core.Logging.NullLogFactory

Creates a Debug Logger, that logs all messages to: System.Diagnostics.Debug Made public so its testable
https://github.com/ServiceStackV3/ServiceStackV3 BSD Licence.
Inheritance: ILogFactory
Afficher le fichier Open project: tobiaszuercher/PowerDeploy

Méthodes publiques

Méthode Description
GetLogger ( Type type ) : ILog
GetLogger ( string typeName ) : ILog

Method Details

GetLogger() public méthode

public GetLogger ( Type type ) : ILog
type System.Type
Résultat ILog

GetLogger() public méthode

public GetLogger ( string typeName ) : ILog
typeName string
Résultat ILog