C# Class BugTracker.ConsoleLog

Inheritance: ILog
Afficher le fichier Open project: Slesa/Playground

Méthodes publiques

Méthode Description
ConsoleLog ( Type type ) : System
Error ( Exception exception ) : void
Info ( string format ) : void
Warn ( string format ) : void

Method Details

ConsoleLog() public méthode

public ConsoleLog ( Type type ) : System
type System.Type
Résultat System

Error() public méthode

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

Info() public méthode

public Info ( string format ) : void
format string
Résultat void

Warn() public méthode

public Warn ( string format ) : void
format string
Résultat void