C# Class MetroLog.Targets.SyncTarget

Inheritance: Target
Afficher le fichier Open project: onovotny/MetroLog

Méthodes protégées

Méthode Description
SyncTarget ( Layout layout ) : System
Write ( LogWriteContext context, LogEventInfo entry ) : void
WriteAsyncCore ( LogWriteContext context, LogEventInfo entry ) : Task

Method Details

SyncTarget() protected méthode

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

Write() protected abstract méthode

protected abstract Write ( LogWriteContext context, LogEventInfo entry ) : void
context LogWriteContext
entry LogEventInfo
Résultat void

WriteAsyncCore() protected final méthode

protected final WriteAsyncCore ( LogWriteContext context, LogEventInfo entry ) : Task
context LogWriteContext
entry LogEventInfo
Résultat Task