C# Class Dimi.InstantRDF.Logging.Log

Datei anzeigen Open project: coding3d/InstantRDF

Public Methods

Method Description
Error ( string message ) : void

Adds an error entry to the log.

Info ( string message ) : void

Adds an info entry to the log.

Warning ( string message ) : void

Adds a warning entry to the log.

Private Methods

Method Description
AddEntry ( string message, EntryType entryType ) : void

Adds an entry to the log.

Method Details

Error() public static method

Adds an error entry to the log.
public static Error ( string message ) : void
message string The message.
return void

Info() public static method

Adds an info entry to the log.
public static Info ( string message ) : void
message string The message.
return void

Warning() public static method

Adds a warning entry to the log.
public static Warning ( string message ) : void
message string The message.
return void