C# Class SharpLog.DebugLogger

Inheritance: SynchronousFormattableLogger
Afficher le fichier Open project: prasannavl/SharpLog

Méthodes publiques

Méthode Description
DebugLogger ( ) : System
Format ( string text, LogLevel level, string callerName ) : string

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
Execute ( LogLevel level, string text, string callerName ) : void

Method Details

DebugLogger() public méthode

public DebugLogger ( ) : System
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Execute() protected méthode

protected Execute ( LogLevel level, string text, string callerName ) : void
level LogLevel
text string
callerName string
Résultat void

Format() public méthode

public Format ( string text, LogLevel level, string callerName ) : string
text string
level LogLevel
callerName string
Résultat string