C# Class MetroLog.WinRT.EventTarget

Inheritance: MetroLog.Targets.SyncTarget
Mostra file Open project: onovotny/MetroLog

Public Methods

Method Description
EventTarget ( Action onMessage ) : System

Protected Methods

Method Description
Write ( LogWriteContext context, LogEventInfo entry ) : void

Method Details

EventTarget() public method

public EventTarget ( Action onMessage ) : System
onMessage Action
return System

Write() protected method

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