C# Class ModestTree.Log

Afficher le fichier Open project: genki-tx/UnitySimpleCleanArchitecture

Méthodes publiques

Méthode Description
Error ( string message ) : void
ErrorException ( Exception e ) : void
ErrorException ( string message, Exception e ) : void
Info ( string message ) : void
Trace ( string message ) : void
Warn ( string message ) : void

Private Methods

Méthode Description
Debug ( string message ) : void

Method Details

Error() public static méthode

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

ErrorException() public static méthode

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

ErrorException() public static méthode

public static ErrorException ( string message, Exception e ) : void
message string
e Exception
Résultat void

Info() public static méthode

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

Trace() public static méthode

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

Warn() public static méthode

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