UTILLib 2.0
Common C++ library with utilities.
Loading...
Searching...
No Matches
ilogger.h File Reference

Defines an interface against a generic logger.

#include <array>
#include <atomic>
#include <string>
#include "logmessage.h"
Include dependency graph for ilogger.h:
This graph shows which files directly or indirectly include this file:

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
}