C# Class Telegram.Core.Logging.Logger

Afficher le fichier Open project: naphaso/kilogram

Méthodes publiques

Méthode Description
Logger ( Type type ) : System
debug ( string format ) : void
error ( string format ) : void
info ( string format ) : void
warning ( string format ) : void

Private Methods

Méthode Description
logWithLevel ( LoggingLevel targetLevel, string format ) : void

Method Details

Logger() public méthode

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

debug() public méthode

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

error() public méthode

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

info() public méthode

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

warning() public méthode

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