C# 클래스 OpenSyno.Services.IsolatedStorageLogService

상속: ILogService
파일 보기 프로젝트 열기: salfab/open-syno

공개 메소드들

메소드 설명
ActivateConditionalTracing ( string key ) : void
ClearLog ( ) : void
ConditionalTrace ( string message, string conditionKey ) : void
DeactivateConditionalTracing ( string key ) : void
Error ( string message ) : void
GetLogFile ( ) : string
GetLogFileSinceAppStart ( ) : string
IsolatedStorageLogService ( ) : System
Trace ( string message ) : void

비공개 메소드들

메소드 설명
GetLogFileFromPosition ( long startPosition ) : string

메소드 상세

ActivateConditionalTracing() 공개 메소드

public ActivateConditionalTracing ( string key ) : void
key string
리턴 void

ClearLog() 공개 메소드

public ClearLog ( ) : void
리턴 void

ConditionalTrace() 공개 메소드

public ConditionalTrace ( string message, string conditionKey ) : void
message string
conditionKey string
리턴 void

DeactivateConditionalTracing() 공개 메소드

public DeactivateConditionalTracing ( string key ) : void
key string
리턴 void

Error() 공개 메소드

public Error ( string message ) : void
message string
리턴 void

GetLogFile() 공개 메소드

public GetLogFile ( ) : string
리턴 string

GetLogFileSinceAppStart() 공개 메소드

public GetLogFileSinceAppStart ( ) : string
리턴 string

IsolatedStorageLogService() 공개 메소드

public IsolatedStorageLogService ( ) : System
리턴 System

Trace() 공개 메소드

public Trace ( string message ) : void
message string
리턴 void