C# Class Dbg, KestrelFPV

Show file Open project: eleurent/KestrelFPV Class Usage Examples

Public Properties

Property Type Description
AddTimeStamp bool
EchoToConsole bool
LogFile string

Public Methods

Method Description
Awake ( ) : void
OnDestroy ( ) : void
Trace ( string Message ) : void

Private Methods

Method Description
Write ( string message ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

Trace() public static method

public static Trace ( string Message ) : void
Message string
return void

Property Details

AddTimeStamp public property

public bool AddTimeStamp
return bool

EchoToConsole public property

public bool EchoToConsole
return bool

LogFile public property

public string LogFile
return string