C# Class ETModel.Log

Afficher le fichier Open project: wqaetly/NKGMobaBasedOnET

Méthodes publiques

Méthode Description
Debug ( string message ) : void
Error ( Exception e ) : void
Error ( string message ) : void
Fatal ( Exception e ) : void
Fatal ( string message ) : void
Info ( string message ) : void
Msg ( object message ) : void
Trace ( string message ) : void
Warning ( string message ) : void

Method Details

Debug() public static méthode

public static Debug ( string message ) : void
message string
Résultat void

Error() public static méthode

public static Error ( Exception e ) : void
e Exception
Résultat void

Error() public static méthode

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

Fatal() public static méthode

public static Fatal ( Exception e ) : void
e Exception
Résultat void

Fatal() public static méthode

public static Fatal ( string message ) : void
message string
Résultat void

Info() public static méthode

public static Info ( string message ) : void
message string
Résultat void

Msg() public static méthode

public static Msg ( object message ) : void
message object
Résultat void

Trace() public static méthode

public static Trace ( string message ) : void
message string
Résultat void

Warning() public static méthode

public static Warning ( string message ) : void
message string
Résultat void