#include <logging.h>
Static Public Member Functions | |
| static void | panic (const char *format,...) __attribute__((noreturn)) __attribute__((format(printf |
| static void static void | printf (const char *format,...) __attribute__((format(printf |
| static void static void static void | vprintf (const char *format, va_list &ap) |
| static void | init (void(*putcf)(void *, int), void *data) |
Logging support.
Copyright (C) 2007-2008, Bernhard Kauer <bk@vmmon.org> Economic rights: Technische Universitaet Dresden (Germany)
This file is part of Vancouver.
Vancouver is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
Vancouver is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License version 2 for more details.
| static void Logging::init | ( | void(*)(void *, int) | putcf, | |
| void * | data | |||
| ) | [inline, static] |
| void Logging::panic | ( | const char * | format, | |
| ... | ||||
| ) | [static] |
| void Logging::printf | ( | const char * | format, | |
| ... | ||||
| ) | [static] |
| void Logging::vprintf | ( | const char * | format, | |
| va_list & | ap | |||
| ) | [static] |
1.7.1