|
| | NullLogger () |
| |
| virtual void | beginInfoEntry (const char *file, unsigned line, const char *func) |
| | Start a new entry into the info channel. More...
|
| |
| virtual void | beginWarningEntry (const char *file, unsigned line, const char *func) |
| | Start a new entry into the warning channel. More...
|
| |
| virtual void | finishInfoEntry (const char *file, unsigned line, const char *func) |
| | Finish the entry into the info channel. More...
|
| |
| virtual void | finishWarningEntry (const char *file, unsigned line, const char *func) |
| | Finish the entry into the warning channel. More...
|
| |
| virtual bool | hasInfoChannel () const |
| | Return whether this logger provides the info channel. More...
|
| |
| virtual bool | hasWarningChannel () const |
| | Return whether this logger provides the warning channel. More...
|
| |
| virtual std::ostream * | infoStream () |
| | Return the info stream, 0 if hasInfoChannel() returns false. More...
|
| |
| | Logger () |
| | Construct without parameter. More...
|
| |
| | Logger (const std::string &className, const ParametersDoc paramsDoc, const Parameters ¶ms) |
| | Construct with parameters. More...
|
| |
| virtual std::ostream * | warningStream () |
| | Return the warning stream, 0 if hasWarningChannel() returns false. More...
|
| |
| virtual | ~Logger () |
| | Virtual destructor, do nothing. More...
|
| |
| template<typename S > |
| S | get (const std::string ¶mName) |
| | Return the value of paramName, lexically-casted to S. More...
|
| |
| std::string | getParamValueString (const std::string ¶mName) |
| | Get the value of a parameter, as a string. More...
|
| |
| template<typename T > |
| std::vector< T > | getVector (const std::string ¶mName) |
| | Return the value of paramName, lexically-casted std::vector<S> More...
|
| |
| | Parametrizable () |
| | Construct a documentation of parameters from a description in the source. More...
|
| |
| | Parametrizable (const std::string &className, const ParametersDoc paramsDoc, const Parameters ¶ms) |
| | Construct with documented parameters. More...
|
| |
| virtual | ~Parametrizable () |
| | Virtual destructor, do nothing. More...
|
| |
Definition at line 44 of file LoggerImpl.h.