This namespace holds all the lookup tables used in this library
- line_ending
- Maps the platform detected to the end-of-line value that should be appended to the end
of each log message
- daysPerMonth
- Maps how many days are in each month for the RotatingTarget
- This namespace also holds these constexpr variables used in the daysPerMonth lookup
table:
- JANUARY = 0
- FEBRUARY = 1
- MARCH = 2
- APRIL = 3
- MAY = 4
- JUNE = 5
- JULY = 6
- AUGUST = 7
- SEPTEMBER = 8
- OCTOBER = 9
- NOVEMBER = 10
- DECEMBER = 11