C# 클래스 LogstashForwarder, Common.Logging.Unity3D

파일 보기 프로젝트 열기: SaladLab/Common.Logging.Unity3D

공개 메소드들

메소드 설명
Install ( ) : void
LogstashForwarder ( LumberjackClient clientSettings = null ) : System
Uninstall ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Install() 공개 메소드

public Install ( ) : void
리턴 void

LogstashForwarder() 공개 메소드

public LogstashForwarder ( LumberjackClient clientSettings = null ) : System
clientSettings LumberjackClient
리턴 System

Uninstall() 공개 메소드

public Uninstall ( ) : void
리턴 void