Public Member Functions | |
| YaSTLogger () | |
| virtual void | doProcessLogMessage (const blocxx::LogMessage &m) const |
| virtual blocxx::LoggerRef | doClone () const |
|
|
Constructor. YaST will try to log every message level, because we filter on our own. |
|
|
Clone this logger - create a new instance as a copy of this one and return a reference to the instance. |
|
|
The logging message processing. The method converts the Blocxx LogMessage into a YaST logger. Unfortunatelly, the log level can be received only as a string, so we have to do a conversion to loglevel_t used by YaST.
|
1.4.6