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
Afficher le fichier Open project: sachabarber/AkkaWintail

Méthodes publiques

Méthode Description
NLogLogger ( ) : System

Initializes a new instance of the NLogLogger class.

Private Methods

Méthode Description
Log ( LogEvent logEvent, Action logStatement ) : void

Method Details

NLogLogger() public méthode

Initializes a new instance of the NLogLogger class.
public NLogLogger ( ) : System
Résultat System