Helper struct representing the Fatal log level to allow us to specialize functions according to their log level. More...
#include <uhal/log/LogLevels.hpp>
Public Member Functions | |
FatalLevel (std::ostream &aStr=std::cout, Base::fPtr aHeadFunction=FatalLevel::colour_head, Base::fPtr aTailFunction=FatalLevel::colour_tail) | |
Public Member Functions inherited from uhal::BaseLogLevel< FatalLevel > | |
FatalLevel & | operator() () |
FatalLevel & | head () |
FatalLevel & | tail () |
std::ostream & | stream () |
Static Public Member Functions | |
static void | colour_head (std::ostream &aStr) |
static void | colour_tail (std::ostream &aStr) |
Private Types | |
typedef BaseLogLevel< FatalLevel > | Base |
Additional Inherited Members | |
Protected Types inherited from uhal::BaseLogLevel< FatalLevel > | |
typedef void(* | fPtr) (std::ostream &aStr) |
Protected Member Functions inherited from uhal::BaseLogLevel< FatalLevel > | |
BaseLogLevel (std::ostream &aStr, fPtr aHeadFunction, fPtr aTailFunction) | |
Helper struct representing the Fatal log level to allow us to specialize functions according to their log level.
Definition at line 84 of file LogLevels.hpp.
|
private |
Definition at line 86 of file LogLevels.hpp.
uhal::FatalLevel::FatalLevel | ( | std::ostream & | aStr = std::cout , |
Base::fPtr | aHeadFunction = FatalLevel::colour_head , |
||
Base::fPtr | aTailFunction = FatalLevel::colour_tail |
||
) |
Definition at line 28 of file LogLevels.cpp.
|
static |
Definition at line 30 of file LogLevels.cpp.
References uhal::day, uhal::hr, uhal::min, uhal::mth, uhal::Now(), uhal::sec, uhal::Time(), uhal::usec, and uhal::yr.
|
static |
Definition at line 38 of file LogLevels.cpp.