C# 클래스 AppMetrics.LogEvent

Summary description for LogEvent
상속: IHttpHandler
파일 보기 프로젝트 열기: fandrei/AppMetrics

공개 메소드들

메소드 설명
ProcessRequest ( HttpContext context ) : void
ReportLog ( object val, LogPriority priority = LogPriority.Low ) : void

비공개 메소드들

메소드 설명
GetDataFilePath ( string applicationKey, string sessionId ) : string
ProcessMessage ( HttpContext context, string applicationKey ) : void
ProcessMessages ( HttpRequest request, string applicationKey, string messagesText, char separator ) : void
ProcessMessages ( HttpRequest request, string applicationKey, string sessionId, string messagesText, char separator ) : void
ValidateLines ( string sessionId, char separator, string lines ) : void
WriteData ( HttpRequest request, string appKey, string sessionId, string lines ) : void
WriteDataRaw ( HttpRequest request, string filePath, string lines ) : void

메소드 상세

ProcessRequest() 공개 메소드

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void

ReportLog() 공개 정적인 메소드

public static ReportLog ( object val, LogPriority priority = LogPriority.Low ) : void
val object
priority LogPriority
리턴 void