C# Class uREPL.Log

Afficher le fichier Open project: hecomi/uREPL Class Usage Examples

Méthodes publiques

Méthode Description
Error ( string log ) : void
Initialize ( ) : void
Output ( string log ) : void
Output ( string log, Level level, StackFrame frame ) : void
Warn ( string log ) : void

Method Details

Error() public static méthode

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

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

Output() public static méthode

public static Output ( string log ) : void
log string
Résultat void

Output() public static méthode

public static Output ( string log, Level level, StackFrame frame ) : void
log string
level Level
frame System.Diagnostics.StackFrame
Résultat void

Warn() public static méthode

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