C# Class PowerDeploy.Core.Logging.ConsoleLogFactory

Creates a Console Logger, that logs all messages to: System.Console Made public so its testable
https://github.com/ServiceStackV3/ServiceStackV3 BSD Licence.
Inheritance: ILogFactory
Mostra file Open project: tobiaszuercher/PowerDeploy

Public Methods

Method Description
GetLogger ( Type type ) : ILog
GetLogger ( string typeName ) : ILog

Method Details

GetLogger() public method

public GetLogger ( Type type ) : ILog
type System.Type
return ILog

GetLogger() public method

public GetLogger ( string typeName ) : ILog
typeName string
return ILog