phrase nets
Static Public Member Functions
pn::Console Class Reference

List of all members.

Static Public Member Functions

static void info (String info)
static void debug (String debug)
static void error (String error)
static void error (Throwable error)

Detailed Description

Console functionality. This is a static class.


Member Function Documentation

static void pn::Console::debug ( String  debug) [inline, static]

Prints a debug message. The message will be sent to stdout iff debug mode is on.

Parameters:
debugThe message
static void pn::Console::error ( Throwable  error) [inline, static]

Prints an error message to stdout.

Parameters:
errorThe message
static void pn::Console::error ( String  error) [inline, static]

Prints an error message to stdout.

Parameters:
errorThe message
static void pn::Console::info ( String  info) [inline, static]

Prints an info message to stdout.

Parameters:
infoThe message

The documentation for this class was generated from the following file:
 All Classes Functions Variables