#include "aflibDebug.h"
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
Include dependency graph for aflibDebug.cc:
Go to the source code of this file.
Classes | |
class | DebugInitFromEnv |
Functions | |
void | output_message (::aflibDebug::Level level, const char *msg) |
void | display_message (::aflibDebug::Level level, const char *msg) |
Variables | |
static int | aflib_debug_level = ::aflibDebug::lInfo |
static bool | aflib_debug_abort = false |
static const char * | aflib_debug_prefix = "" |
static char * | messageAppName = 0 |
static class DebugInitFromEnv | debugInitFromEnv |
|
Definition at line 111 of file aflibDebug.cc. References output_message(). Referenced by aflibDebug::debug(), aflibDebug::fatal(), aflibDebug::info(), and aflibDebug::warning(). |
|
Definition at line 77 of file aflibDebug.cc. References aflibDebug::lDebug, and messageAppName. Referenced by display_message(). |
|
Definition at line 30 of file aflibDebug.cc. Referenced by DebugInitFromEnv::DebugInitFromEnv(), and aflibDebug::fatal(). |
|
Definition at line 29 of file aflibDebug.cc. Referenced by aflibDebug::debug(), DebugInitFromEnv::DebugInitFromEnv(), aflibDebug::info(), aflibDebug::init(), and aflibDebug::warning(). |
|
Definition at line 31 of file aflibDebug.cc. Referenced by aflibDebug::init(). |
|
|
|
Definition at line 32 of file aflibDebug.cc. Referenced by aflibDebug::messageApp(), and output_message(). |