summaryrefslogtreecommitdiff
path: root/libjava/gnu/classpath/debug/SystemLogger.h
blob: dc367e39107db7b6f9d3e78097df40656e48cc56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
// 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__