EzLogger

EzLogger Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
ext_dataExt_data is a struct used to hold extended data for format policy. The current default format policy only uses m_severity_level, but the other fields are available for custom format policies that which to add additional logging.
To add ext_data to a debug macro, use the derived class axter::levels. Example Usage
ezfunction_tracker
ezlogger
ezlogger_format_policyThis struct defines the get_log_prefix_format function, which is used to format the start of each log line. The default ezlogger_format_policy only uses one variable member from the ext_data struct (m_severity_level). A custom format policy could take advantage of the additional variables and use them to out put more detailed structured data
ezlogger_verbosity_level_policyDefines implementation for setting initial global verbosity level. See VERBOSITY_LEVEL_LOGGING detail description of verbosity level logic
levelsLevels is a struct used to hold extended data for the format policy. Example Usage

Generated on Wed Mar 29 00:31:09 2006 for EzLogger by  doxygen 1.4.6.Axter [Axter-Extended-Version]