C# Class PowerDeploy.MsBuild.BuildLogFactory

Uses a cmdlet to log to Made public so its testable
https://github.com/ServiceStackV3/ServiceStackV3 BSD Licence.
Inheritance: ILogFactory
Show file Open project: tobiaszuercher/PowerDeploy

Public Methods

Method Description
BuildLogFactory ( Microsoft.Build.Utilities.TaskLoggingHelper taskLogHelper ) : System
GetLogger ( Type type ) : ILog
GetLogger ( string typeName ) : ILog

Method Details

BuildLogFactory() public method

public BuildLogFactory ( Microsoft.Build.Utilities.TaskLoggingHelper taskLogHelper ) : System
taskLogHelper Microsoft.Build.Utilities.TaskLoggingHelper
return System

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