C# Class fitSharp.Machine.Engine.Trace

Inheritance: Copyable
Mostra file Open project: jediwhale/fitsharp

Public Methods

Method Description
Copy ( ) : Copyable
File ( string fileName ) : void
Stop ( ) : void
Write ( string label, string message ) : void

Method Details

Copy() public method

public Copy ( ) : Copyable
return Copyable

File() public method

public File ( string fileName ) : void
fileName string
return void

Stop() public method

public Stop ( ) : void
return void

Write() public method

public Write ( string label, string message ) : void
label string
message string
return void