C# Class SharpLog.InMemoryLogger

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

Méthodes publiques

Méthode Description
InMemoryLogger ( ) : System

Méthodes protégées

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

Method Details

Dispose() protected méthode

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

Execute() protected méthode

protected Execute ( Exception ex, string callerName ) : void
ex System.Exception
callerName string
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

InMemoryLogger() public méthode

public InMemoryLogger ( ) : System
Résultat System