C# Class TaskLogger, PreSharp

Mostrar archivo Open project: ovatsus/PreSharp Class Usage Examples

Public Methods

Method 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 method

public LogError ( string file, string errorCode, string message, int line, int column ) : void
file string
errorCode string
message string
line int
column int
return void

LogException() public method

public LogException ( string file, Exception, exception ) : void
file string
exception Exception,
return void

LogMessage() public method

public LogMessage ( string message ) : void
message string
return void

LogWarning() public method

public LogWarning ( string file, string errorCode, string message, int line, int column ) : void
file string
errorCode string
message string
line int
column int
return void

TaskLogger() public method

public TaskLogger ( AppDomainIsolatedTask, task ) : System
task AppDomainIsolatedTask,
return System