1#ifndef Cpl_System_FatalError_h_
2#define Cpl_System_FatalError_h_
17#include "colony_config.h"
22#ifndef OPTION_CPL_SYSTEM_FATAL_ERROR_EXIT_CODE
23#define OPTION_CPL_SYSTEM_FATAL_ERROR_EXIT_CODE 2
52 static void log(
const char* message );
58 static void log(
const char* message,
size_t value );
61 static void logf(
const char* format, ... );
73 static void logRaw(
const char* message );
76 static void logRaw(
const char* message,
size_t value );
This class defines methods for handling fatal errors encountered by an application.
Definition FatalError.h:38
static void logRaw(const char *message, size_t value)
Same as log(..) method, except NO 'extra info' and restricted media.
static void logf(const char *format,...)
Printf style formatted message.
static void log(const char *message, size_t value)
Same as above, but "value" is also logged.
static void logRaw(const char *message)
Same as log(..) method, except NO "...other useful info such as current task,..." is logged,...
static void log(const char *message)
This function is used to process/log a FATAL error.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20