Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
GetLogFileFromPosition ( long startPosition ) : string |
public ActivateConditionalTracing ( string key ) : void | ||
key | string | |
return | void |
public ConditionalTrace ( string message, string conditionKey ) : void | ||
message | string | |
conditionKey | string | |
return | void |
public DeactivateConditionalTracing ( string key ) : void | ||
key | string | |
return | void |
public IsolatedStorageLogService ( ) : System | ||
return | System |