Метод | Описание | |
---|---|---|
LogDebug ( this task, string message ) : void | ||
LogError ( this task, string message, string file = null ) : void | ||
LogInfo ( this task, string message ) : void | ||
LogWarning ( this task, string message ) : void |
public static LogDebug ( this task, string message ) : void | ||
task | this | |
message | string | |
Результат | void |
public static LogError ( this task, string message, string file = null ) : void | ||
task | this | |
message | string | |
file | string | |
Результат | void |
public static LogInfo ( this task, string message ) : void | ||
task | this | |
message | string | |
Результат | void |
public static LogWarning ( this task, string message ) : void | ||
task | this | |
message | string | |
Результат | void |