Méthode | Description | |
---|---|---|
LogError ( string file, string errorCode, string message, int line, int column ) : void | ||
LogException ( string file, Exception, exception ) : void | ||
LogMessage ( string message ) : void | ||
LogWarning ( string file, string errorCode, string message, int line, int column ) : void | ||
TaskLogger ( AppDomainIsolatedTask, task ) : System |
public LogError ( string file, string errorCode, string message, int line, int column ) : void | ||
file | string | |
errorCode | string | |
message | string | |
line | int | |
column | int | |
Résultat | void |
public LogException ( string file, Exception, exception ) : void | ||
file | string | |
exception | Exception, | |
Résultat | void |
public LogMessage ( string message ) : void | ||
message | string | |
Résultat | void |
public LogWarning ( string file, string errorCode, string message, int line, int column ) : void | ||
file | string | |
errorCode | string | |
message | string | |
line | int | |
column | int | |
Résultat | void |
public TaskLogger ( AppDomainIsolatedTask, task ) : System | ||
task | AppDomainIsolatedTask, | |
Résultat | System |