C# Class Cim.Eap.EapLogger

Afficher le fichier Open project: mkjeff/secs4net Class Usage Examples

Méthodes publiques

Méthode Description
Debug ( object msg ) : void
Error ( Exception ex ) : void
Error ( string msg ) : void
Error ( string msg, Exception ex ) : void
Info ( object msg ) : void
Notice ( string msg ) : void
Warn ( object msg ) : void

Method Details

Debug() public static méthode

public static Debug ( object msg ) : void
msg object
Résultat void

Error() public static méthode

public static Error ( Exception ex ) : void
ex System.Exception
Résultat void

Error() public static méthode

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

Error() public static méthode

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

Info() public static méthode

public static Info ( object msg ) : void
msg object
Résultat void

Notice() public static méthode

public static Notice ( string msg ) : void
msg string
Résultat void

Warn() public static méthode

public static Warn ( object msg ) : void
msg object
Résultat void