40 lines
829 B
C
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__
|