C# Class LogstashForwarder, Common.Logging.Unity3D

Mostra file Open project: SaladLab/Common.Logging.Unity3D

Public Methods

Method Description
Install ( ) : void
LogstashForwarder ( LumberjackClient clientSettings = null ) : System
Uninstall ( ) : void

Private Methods

Method Description
OnLogMessageReceive ( string condition, string stacktrace, LogType type ) : void
ParseLogInfo ( string condition, LogType type, string &loggerName, string &logLevel, string &message, string &exception ) : void
ParseLogLevel ( string s ) : string
ParseLoggerName ( string s ) : string

Method Details

Install() public method

public Install ( ) : void
return void

LogstashForwarder() public method

public LogstashForwarder ( LumberjackClient clientSettings = null ) : System
clientSettings LumberjackClient
return System

Uninstall() public method

public Uninstall ( ) : void
return void