SimpleFormatter.h 810 B

123456789101112131415161718192021222324252627282930313233343536
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_util_logging_SimpleFormatter__
  3. #define __java_util_logging_SimpleFormatter__
  4. #pragma interface
  5. #include <java/util/logging/Formatter.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace text
  11. {
  12. class DateFormat;
  13. }
  14. }
  15. }
  16. class java::util::logging::SimpleFormatter : public ::java::util::logging::Formatter
  17. {
  18. public:
  19. SimpleFormatter();
  20. virtual ::java::lang::String * format(::java::util::logging::LogRecord *);
  21. private:
  22. ::java::text::DateFormat * __attribute__((aligned(__alignof__( ::java::util::logging::Formatter)))) dateFormat;
  23. public: // actually package-private
  24. static ::java::lang::String * lineSep;
  25. public:
  26. static ::java::lang::Class class$;
  27. };
  28. #endif // __java_util_logging_SimpleFormatter__