C# Class Utils.Log

Datei anzeigen Open project: gothos-folly/TeraDataTools Class Usage Examples

Public Methods

Method Description
Debug ( string format ) : void
DebugException ( string message, Exception ex ) : void
Error ( string format ) : void
ErrorException ( string message, Exception ex ) : void
Fatal ( string format ) : void
FatalException ( string message, Exception ex ) : void
Info ( string format ) : void
InfoException ( string message, Exception ex ) : void
Trace ( string format ) : void
TraceException ( string message, Exception ex ) : void
Warn ( string format ) : void
WarnException ( string message, Exception ex ) : void

Method Details

Debug() public static method

public static Debug ( string format ) : void
format string
return void

DebugException() public static method

public static DebugException ( string message, Exception ex ) : void
message string
ex Exception
return void

Error() public static method

public static Error ( string format ) : void
format string
return void

ErrorException() public static method

public static ErrorException ( string message, Exception ex ) : void
message string
ex Exception
return void

Fatal() public static method

public static Fatal ( string format ) : void
format string
return void

FatalException() public static method

public static FatalException ( string message, Exception ex ) : void
message string
ex Exception
return void

Info() public static method

public static Info ( string format ) : void
format string
return void

InfoException() public static method

public static InfoException ( string message, Exception ex ) : void
message string
ex Exception
return void

Trace() public static method

public static Trace ( string format ) : void
format string
return void

TraceException() public static method

public static TraceException ( string message, Exception ex ) : void
message string
ex Exception
return void

Warn() public static method

public static Warn ( string format ) : void
format string
return void

WarnException() public static method

public static WarnException ( string message, Exception ex ) : void
message string
ex Exception
return void