#include "mcllib/MCMsg.h"
#include "mcllib/MCFile.h"
Go to the source code of this file.
Namespaces | |
namespace | mcllib |
Functions | |
void | MCLog (MCMsg::msglevel_t lvl) |
Set the system log output level. | |
void | MCLog (const MCMsg &msg) |
Log a message to the system log at the default level. | |
void | MCLog (MCMsg::msglevel_t lvl, const char *fmt,...) |
Log to the system log at the specific level using printf semantics. | |
void | MCLog (const char *fmt,...) |
Log to the system log at the default level using printf semantics. | |
void | MCLogTo (const MCString &fileName) |
Set the system log output file to a file name. | |
void | MCLogTo (MCFile::EStdHandle hdl) |
Set the system log output file to a standard handle. |
|
Set the system log output level. This dictates which system log message will be directed to the system log |