C# Class WinTail.NLogLogger

This class is used to receive log events and sends them to the configured NLog logger. The following log events are recognized: Debug, Info, Warning and Error.
Inheritance: ReceiveActor
ファイルを表示 Open project: sachabarber/AkkaWintail

Public Methods

Method Description
NLogLogger ( ) : System

Initializes a new instance of the NLogLogger class.

Private Methods

Method Description
Log ( LogEvent logEvent, Action logStatement ) : void

Method Details

NLogLogger() public method

Initializes a new instance of the NLogLogger class.
public NLogLogger ( ) : System
return System