iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
logger.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  iox2
 
namespace  iox2::legacy
 
namespace  iox2::legacy::log
 

Typedefs

using iox2::legacy::log::Logger = internal::Logger< ConsoleLogger >
 
using iox2::legacy::log::TestingLoggerBase = internal::Logger< ConsoleLogger >
 

Variables

static constexpr bool iox2::legacy::log::IGNORE_ACTIVE_LOG_LEVEL { false }
 If set to true, the IOX2_LOG macro will ignore the the configured log level and forward all messages to the logger. This is useful in cases the default ConsoleLogger is replaced by a custom logger which does the filtering by itself.
 
static constexpr LogLevel iox2::legacy::log::MINIMAL_LOG_LEVEL { LogLevel::Trace }
 The minimal log level which will be compiled into the application. All log levels below this will be optimized out at compile time.