C# Class NLog.Log

Datei anzeigen Open project: sschmid/NLog Class Usage Examples

Public Methods

Method Description
Assert ( bool condition, string message ) : void
Debug ( string message ) : void
Error ( string message ) : void
Fatal ( string message ) : void
Info ( string message ) : void
Trace ( string message ) : void
Warn ( string message ) : void

Method Details

Assert() public static method

public static Assert ( bool condition, string message ) : void
condition bool
message string
return void

Debug() public static method

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

Error() public static method

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

Fatal() public static method

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

Info() public static method

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

Trace() public static method

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

Warn() public static method

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