feisty meow concerns codebase
2.140
|
#include "critical_events.h"
#include "program_wide_logger.h"
#include <application/application_shell.h>
#include <application/windoze_helper.h>
#include <basis/astring.h>
#include <basis/functions.h>
#include <basis/mutex.h>
#include <configuration/application_configuration.h>
#include <structures/static_memory_gremlin.h>
#include <textual/parser_bits.h>
#include <timely/time_stamp.h>
#include <stdio.h>
#include <errno.h>
Go to the source code of this file.
Namespaces | |
loggers | |
A logger that sends to the console screen using the standard output device. | |
Functions | |
astring | loggers::default_critical_location () |
Variables | |
const int | MESSAGE_SPACE_PROVIDED = 4096 |
const int MESSAGE_SPACE_PROVIDED = 4096 |
Definition at line 37 of file critical_events.cpp.
Referenced by loggers::critical_events::FL_console_error().