8#ifndef HPP_ALIB_LOX_METAINFO
9#define HPP_ALIB_LOX_METAINFO 1
344 std::vector<AStringPA, lang::StdContainerAllocator<AStringPA, PoolAllocator>>
Pairs;
372DOX_MARKER([DOX_CONFIG_DEFINETYPE1])
374DOX_MARKER([DOX_CONFIG_DEFINETYPE1])
#define ALIB_CONFIG_VARIABLE_DEFINE_TYPE_WITH_POOL_CONSTRUCTOR(Namespace, CPPName, CfgTypeString)
#define ALIB_CONFIG_VARIABLE_DEFINE_TYPE(Namespace, CPPName, CfgTypeString)
#define ALIB_ENUMS_ASSIGN_RECORD(TEnum, TRecord)
This namespaces defines class TextLogger and its helpers.
Parameters specific to colorful loggers. As of today, this simply has one attribute.
@ Foreground
Use light colors for foreground.
@ Never
Never use light colors.
@ Background
Use light colors for background.
AutoSizes Main
The instance used with the meta info format string.
AStringPA ElapsedDays
The word "Days" the out put of time elapsed (if longer than a day).
FormatDateTime(PoolAllocator &pool)
AStringPA VerbosityWarning
AStringPA VerbosityVerbose
FormatMetaInfo(PoolAllocator &pool)
FormatMultiLine(PoolAllocator &pool)
AStringPA DelimiterReplacement
FormatOther(PoolAllocator &pool)
NAStringPA NoMethodInfo
Replacement string if no source info is available.
NAStringPA NoSourceFileInfo
Replacement string if no source info is available.
int LogNumberMinDigits
The minimum digits to write for the log number (if used in format string).
AStringPA Secs
Format for time difference outputs between 10s and 99.9s.
AStringPA Hours
Format for time difference outputs between 1h and 24h.
AStringPA None
Output for time difference if below reasonable (measurable) minimum defined in Minimum.
AStringPA Nanos
Entity nanoseconds for time difference outputs below 1000 microsecond.
AStringPA Mins
Format for time difference outputs between 100s and 60 min.
AStringPA Micros
Entity microseconds for time difference outputs below 1000 microseconds.
FormatTimeDiff(PoolAllocator &pool)
AStringPA Millis
Entity milliseconds for time difference outputs below 1000 milliseconds.
int64_t Minimum
Minimum time difference to log in nanoseconds. Below that None is written.
AStringPA Days
Format for time difference outputs of more than a day.
std::vector< AStringPA, lang::StdContainerAllocator< AStringPA, PoolAllocator > > Pairs
The list of pairs of replacement strings.
Replacements(PoolAllocator &pool)