CernVM-FS
2.12.0
|
#include "exception.h"
#include <cassert>
#include <cstdarg>
#include <cstdio>
#include <cstdlib>
#include "util/logging.h"
Go to the source code of this file.
Functions | |
void | Panic (const char *coordinates, const LogSource source, const int mask, const char *format,...) |
void | Panic (const char *coordinates, const LogSource _source, const char *nul) |
void Panic | ( | const char * | coordinates, |
const LogSource | source, | ||
const int | mask, | ||
const char * | format, | ||
... | |||
) |
This file is part of the CernVM File System.
Definition at line 19 of file exception.cc.
Referenced by Panic().
void Panic | ( | const char * | coordinates, |
const LogSource | _source, | ||
const char * | nul | ||
) |