C# 클래스 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.
상속: ReceiveActor
파일 보기 프로젝트 열기: sachabarber/AkkaWintail

공개 메소드들

메소드 설명
NLogLogger ( ) : System

Initializes a new instance of the NLogLogger class.

비공개 메소드들

메소드 설명
Log ( LogEvent logEvent, Action logStatement ) : void

메소드 상세

NLogLogger() 공개 메소드

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