![]() |
Serenity Logger
A very fast and effiecient logging library. This library currently can log to files, rotate files when logging, log to the terminal, and is aware if the terminal is being piped during logging.
|
This namespace holds the classes that comprise mostly everything about a log message.
Classes | |
class | Message_Formatter |
Controls how the prepended string of text before the actual log message will be displayed and how each flag/argument is formatted. More... | |
class | Message_Info |
This class is primarily in charge of the message formatting and updating the time-related cache values, however, this class also provides some utility functions involved with the message settings and some target related settings as well. More... | |
class | Message_Time |
This class is in charge of caching the time-related values used in formatting the prepended text for a log message. More... | |