UtiLite
0.3.1
A lite utilities library
|
Inherits ULogger.
Friends | |
class | ULogger |
This class is used to write logs in the console. This class cannot be directly used, use ULogger::setType() to console type to print in console and use macro UDEBUG(), UINFO()... to print messages.
friend class ULogger [friend] |
Only the Logger can create inherited loggers according to the Abstract factory patterns.