Static Public Member Functions

Logging Class Reference

Logging support. More...

#include <logging.h>

Inheritance diagram for Logging:
Vprintf

List of all members.

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)

Detailed Description

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.


Member Function Documentation

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]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines