C# Class MetroLog.Targets.AsyncTarget

Inheritance: Target
Afficher le fichier Open project: mbrit/ProgrammingMetroStyle

Méthodes protégées

Méthode Description
AsyncTarget ( Layout layout ) : System
Write ( LogEventInfo entry ) : void
WriteAsync ( LogEventInfo entry ) : void

Method Details

AsyncTarget() protected méthode

protected AsyncTarget ( Layout layout ) : System
layout MetroLog.Layouts.Layout
Résultat System

Write() protected final méthode

protected final Write ( LogEventInfo entry ) : void
entry LogEventInfo
Résultat void

WriteAsync() protected abstract méthode

protected abstract WriteAsync ( LogEventInfo entry ) : void
entry LogEventInfo
Résultat void