UTILLib 2.0
Common C++ library with utilities.
|
Defines an interface against a generic logger.
Go to the source code of this file.
Classes | |
class | util::log::ILogger |
Interface against a generic logger. More... |
Namespaces | |
namespace | util |
Main namespace for the util library. | |
namespace | util::log |
The log namespace is used for log related classes and functions. |
Enumerations | |
enum class | util::log::LogType { util::log::LogNothing = 0 , util::log::LogToConsole , util::log::LogToFile , util::log::LogToListen , util::log::LogToSyslog } |