C# Class LoLGears.Logger

Afficher le fichier Open project: hansonw/LoLGears

Méthodes publiques

Méthode Description
LogException ( Exception e ) : void
LogMessage ( string message, bool error = false ) : void

Private Methods

Méthode Description
Logger ( ) : System

Method Details

LogException() public static méthode

public static LogException ( Exception e ) : void
e System.Exception
Résultat void

LogMessage() public static méthode

public static LogMessage ( string message, bool error = false ) : void
message string
error bool
Résultat void