showTimestamp property

bool showTimestamp
getter/setter pair

Whether to prefix timestamps along with the log message.

If false (default), does not include timestamp in the log message. If true, includes timestamp in the log message.

Implementation

static bool showTimestamp = false;