C# Class Kramax.Utility.Deb

Show file Open project: Kramax/KramaxAutoPilot

Public Methods

Method Description
Err ( String format ) : void
Log ( String format ) : void
Verb ( String format ) : void

Method Details

Err() public static method

public static Err ( String format ) : void
format String
return void

Log() public static method

public static Log ( String format ) : void
format String
return void

Verb() public static method

public static Verb ( String format ) : void
format String
return void