Class Logger

Inheritance Relationships

Derived Type

Class Documentation

class Logger

Controls writing to console and files for informing of statuses and debugging.

Subclassed by necsim::PyLogger

Public Functions

Logger()
virtual ~Logger()
void writeInfo(string message)

Logs an information message.

Parameters
  • message: the message to write out

void writeWarning(string message)

Logs a warning message.

Parameters
  • message: the message to write out

void writeError(string message)

Logs an error message.

Parameters
  • message: the message to write out

void writeCritical(string message)

Logs a critical message.

Parameters
  • message: the message to write out