pigmeo-compiler : Pigmeo.Compiler.UI Namespace

ShowInfo Class

Prints info to the console when needed

public class ShowInfo


Remarks

To be added.

Members

See Also: Inherited members from object.

Constructors

To be added.

Methods

static InfoDebug (string)
Prinst a message if --debug was specified
static InfoDebug (string, params object[])
Prinst a message if --debug was specified
static InfoVerbose (string)
Prints a message if --verbose or --debug was specified
static InfoVerbose (string, params object[])
Prints a message if --verbose or --debug was specified

Member Details

ShowInfo Constructor

public ShowInfo ()

To be added.

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

InfoDebug Method

public static void InfoDebug (string message)

Prinst a message if --debug was specified

Parameters

message
The text being printed

Remarks

The message should be written in english. Avoid translations

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

InfoDebug Method

public static void InfoDebug (string message, params object[] args)

Prinst a message if --debug was specified

Parameters

message
The text being printed
args
List of strings to format, merge all together

Remarks

The message should be written in english. Avoid translations

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

InfoVerbose Method

public static void InfoVerbose (string message)

Prints a message if --verbose or --debug was specified

Parameters

message
The text being printed

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

InfoVerbose Method

public static void InfoVerbose (string message, params object[] args)

Prints a message if --verbose or --debug was specified

Parameters

message
The text being printed
args
List of strings to format, merge all together

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0