C# Class Dimi.InstantRDF.Logging.Log

Afficher le fichier Open project: coding3d/InstantRDF

Méthodes publiques

Méthode 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

Méthode Description
AddEntry ( string message, EntryType entryType ) : void

Adds an entry to the log.

Method Details

Error() public static méthode

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

Info() public static méthode

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

Warning() public static méthode

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