C# Class NightOwl.Core.Logging.DebugLog

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

Méthodes publiques

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

Method Details

DebugLog() public méthode

public DebugLog ( 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