next up previous contents index
Next: Adding Components Up: Using the Log Class Previous: Using the Log Class   Contents   Index

Typical Usage

It is sometimes necessary to specify what output level of the message should be. There are 4 log levels to choose from The default value used is ERROR_LOG; to change the level use:
 Log::logger()->set_level(Log::NEW_LOG_LEVEL);
Next, output the log message using:
 Log::logger()->OUTPUT_FUNC;
where OUTPUT_FUNC is one of the following:

2013-06-11