C# Class Catrobat.IDE.Core.Services.Common.TraceService

Inheritance: ITraceService
Show file Open project: Catrobat/CatrobatForWindows

Public Methods

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

Method Details

Add() public method

public Add ( TraceEntry entry ) : void
entry TraceEntry
return void

Add() public method

public Add ( TraceType type, string title ) : void
type TraceType
title string
return void

Add() public method

public Add ( TraceType type, string title, string description ) : void
type TraceType
title string
description string
return void

Add() public method

public Add ( TraceType type, string title, string description, string content ) : void
type TraceType
title string
description string
content string
return void

CreateTraceString() public method

public CreateTraceString ( ) : string
return string

LoadLocal() public method

public LoadLocal ( ) : Task
return Task

SaveLocal() public method

public SaveLocal ( ) : Task
return Task

TraceService() public method

public TraceService ( ) : System
return System