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.
|
public ExecutionLogger ( NAnt.Core.Task task ) : Monobjc.Tools.Utilities | ||
task | NAnt.Core.Task | The task. |
Résultat | Monobjc.Tools.Utilities |
public LogDebug ( string message ) : void | ||
message | string | The message. |
Résultat | void |
public LogError ( string message ) : void | ||
message | string | The message. |
Résultat | void |
public LogInfo ( string message ) : void | ||
message | string | The message. |
Résultat | void |
public LogWarning ( string message ) : void | ||
message | string | The message. |
Résultat | void |