LL< Level > Class Template Reference

Tag for template metaprogramming. More...

#include <Logger.h>

Detailed Description

template<Log Level>
class LL< Level >

Tag for template metaprogramming.

This tag class serves as a way to correctly resolve the implementation (if any) of the operator() or .log() method of the Logger. Please, don't change it at all nor give it any members.

The LL class is a wrapper for the Log::LogLevel class. This wrapper is only used to enable the loglevels to be written as single words.


The documentation for this class was generated from the following file: