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