Logger

An abstract logger. All log operations are synchronized by a global mutex. Implementations do not need to bother about thread safety.

Members

Functions

close
void close()

release resource associated with the logger

print
void print(string msg)

print msg into the log

Meta