C# Class SequoiaDB.Driver.Logger

Afficher le fichier Open project: agilelab/SequoiaDB.Charp

Méthodes publiques

Méthode Description
Debug ( string msg ) : void
Error ( string msg ) : void
Error ( string msg, Exception e ) : void
Info ( string msg ) : void
Logger ( string name ) : System

Method Details

Debug() public méthode

public Debug ( string msg ) : void
msg string
Résultat void

Error() public méthode

public Error ( string msg ) : void
msg string
Résultat void

Error() public méthode

public Error ( string msg, Exception e ) : void
msg string
e System.Exception
Résultat void

Info() public méthode

public Info ( string msg ) : void
msg string
Résultat void

Logger() public méthode

public Logger ( string name ) : System
name string
Résultat System