Diagnostics

Collects diagnostic information about the compilation process.

Members

Functions

formatMsg
char[] formatMsg(MID mid, ...)
char[] formatMsg(MID mid, TypeInfo[] _arguments, va_list _argptr)

Returns a formatted msg.

hasInfo
bool hasInfo()

Returns true if there are info objects.

msg
cstring msg(MID mid)

Returns a msg from the resource bundle.

opCatAssign
void opCatAssign(Information info)

Appends an info object.

opCatAssign
void opCatAssign(Information[] info)

Appends info objects.

Variables

bundle
ResourceBundle bundle;

Used to retrieve messages.

format
Layout!(char) format;

Used to format messages.

info
Information[] info;

List of info objects.

Meta