C# Class Monobjc.NAnt.Utilities.ExecutionLogger

NAnt specific implementation of the IExecutionLogger.
Inheritance: IExecutionLogger
Afficher le fichier Open project: Monobjc/monobjc-tools

Méthodes publiques

Méthode Description
ExecutionLogger ( NAnt.Core.Task task ) : Monobjc.Tools.Utilities

Initializes a new instance of the ExecutionLogger class.

LogDebug ( string message ) : void

Logs the debug message.

LogError ( string message ) : void

Logs the error message.

LogInfo ( string message ) : void

Logs the info message.

LogWarning ( string message ) : void

Logs the warning message.

Method Details

ExecutionLogger() public méthode

Initializes a new instance of the ExecutionLogger class.
public ExecutionLogger ( NAnt.Core.Task task ) : Monobjc.Tools.Utilities
task NAnt.Core.Task The task.
Résultat Monobjc.Tools.Utilities

LogDebug() public méthode

Logs the debug message.
public LogDebug ( string message ) : void
message string The message.
Résultat void

LogError() public méthode

Logs the error message.
public LogError ( string message ) : void
message string The message.
Résultat void

LogInfo() public méthode

Logs the info message.
public LogInfo ( string message ) : void
message string The message.
Résultat void

LogWarning() public méthode

Logs the warning message.
public LogWarning ( string message ) : void
message string The message.
Résultat void