gcc/libjava/gnu/classpath/debug/SystemLogger.h
Tom Tromey 97b8365caf Merged gcj-eclipse branch to trunk.
From-SVN: r120621
2007-01-09 19:58:05 +00:00

40 lines
829 B
C++

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __gnu_classpath_debug_SystemLogger__
#define __gnu_classpath_debug_SystemLogger__
#pragma interface
#include <java/util/logging/Logger.h>
#include <gcj/array.h>
extern "Java"
{
namespace gnu
{
namespace classpath
{
namespace debug
{
class SystemLogger;
}
}
}
}
class gnu::classpath::debug::SystemLogger : public ::java::util::logging::Logger
{
public:
static ::gnu::classpath::debug::SystemLogger * getSystemLogger();
private:
SystemLogger();
public:
void logv(::java::util::logging::Level *, ::java::lang::String *, JArray< ::java::lang::Object * > *);
static ::gnu::classpath::debug::SystemLogger * SYSTEM;
static ::java::lang::Class class$;
};
#endif // __gnu_classpath_debug_SystemLogger__