Method | Description | |
---|---|---|
Add ( TraceEntry entry ) : void | ||
Add ( TraceType type, string title ) : void | ||
Add ( TraceType type, string title, string description ) : void | ||
Add ( TraceType type, string title, string description, string content ) : void | ||
CreateTraceString ( ) : string | ||
LoadLocal ( ) : Task | ||
SaveLocal ( ) : Task | ||
TraceService ( ) : System |
public Add ( TraceType type, string title ) : void | ||
type | TraceType | |
title | string | |
return | void |
public Add ( TraceType type, string title, string description ) : void | ||
type | TraceType | |
title | string | |
description | string | |
return | void |
public Add ( TraceType type, string title, string description, string content ) : void | ||
type | TraceType | |
title | string | |
description | string | |
content | string | |
return | void |