C# Класс Monobjc.NAnt.Utilities.ExecutionLogger

NAnt specific implementation of the IExecutionLogger.
Наследование: IExecutionLogger
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

ExecutionLogger() публичный Метод

Initializes a new instance of the ExecutionLogger class.
public ExecutionLogger ( NAnt.Core.Task task ) : Monobjc.Tools.Utilities
task NAnt.Core.Task The task.
Результат Monobjc.Tools.Utilities

LogDebug() публичный Метод

Logs the debug message.
public LogDebug ( string message ) : void
message string The message.
Результат void

LogError() публичный Метод

Logs the error message.
public LogError ( string message ) : void
message string The message.
Результат void

LogInfo() публичный Метод

Logs the info message.
public LogInfo ( string message ) : void
message string The message.
Результат void

LogWarning() публичный Метод

Logs the warning message.
public LogWarning ( string message ) : void
message string The message.
Результат void