C# Class MetroLog.Targets.SyncTarget

Inheritance: Target
显示文件 Open project: onovotny/MetroLog

Protected Methods

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

Method Details

SyncTarget() protected method

protected SyncTarget ( Layout layout ) : System
layout MetroLog.Layouts.Layout
return System

Write() protected abstract method

protected abstract Write ( LogWriteContext context, LogEventInfo entry ) : void
context LogWriteContext
entry LogEventInfo
return void

WriteAsyncCore() protected final method

protected final WriteAsyncCore ( LogWriteContext context, LogEventInfo entry ) : Task
context LogWriteContext
entry LogEventInfo
return Task