C# Class NLog.SignalR.SignalRTarget

Inheritance: NLog.Targets.TargetWithLayout
Show file Open project: cbley/NLog.SignalR Class Usage Examples

Public Properties

Property Type Description
LogEventHandler LogEventInfo>.Action

Public Methods

Method Description
SignalRTarget ( ) : System

Protected Methods

Method Description
Write ( LogEventInfo logEvent ) : void

Method Details

SignalRTarget() public method

public SignalRTarget ( ) : System
return System

Write() protected method

protected Write ( LogEventInfo logEvent ) : void
logEvent LogEventInfo
return void

Property Details

LogEventHandler public property

public Action LogEventHandler
return LogEventInfo>.Action