C# Class TaskLogger, PreSharp

Afficher le fichier Open project: ovatsus/PreSharp Class Usage Examples

Méthodes publiques

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

Method Details

LogError() public méthode

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

LogException() public méthode

public LogException ( string file, Exception, exception ) : void
file string
exception Exception,
Résultat void

LogMessage() public méthode

public LogMessage ( string message ) : void
message string
Résultat void

LogWarning() public méthode

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

TaskLogger() public méthode

public TaskLogger ( AppDomainIsolatedTask, task ) : System
task AppDomainIsolatedTask,
Résultat System