#include <Log.h>
Public Member Functions | |
Log () | |
Default constructor. | |
void | init (bool enable) |
Initialization. | |
void | format (const char *fmt,...) const |
Formatted output. | |
bool | isEnabled () const |
Determine whether a certain test mode is enabled. |
Provides output dependent on a specified TestMode using a certain output function of type LOG_OUTPUT_FUNCTION
specified by OutputFn.
|
Default constructor.
Constructs a |