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

Méthodes publiques

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

Method Details

BuildLogFactory() public méthode

public BuildLogFactory ( Microsoft.Build.Utilities.TaskLoggingHelper taskLogHelper ) : System
taskLogHelper Microsoft.Build.Utilities.TaskLoggingHelper
Résultat System

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