mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			22 lines
		
	
	
		
			512 B
		
	
	
	
		
			C++
		
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			512 B
		
	
	
	
		
			C++
		
	
	
	
 | 
						|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 | 
						|
 | 
						|
#ifndef __java_util_logging_ConsoleHandler__
 | 
						|
#define __java_util_logging_ConsoleHandler__
 | 
						|
 | 
						|
#pragma interface
 | 
						|
 | 
						|
#include <java/util/logging/StreamHandler.h>
 | 
						|
 | 
						|
class java::util::logging::ConsoleHandler : public ::java::util::logging::StreamHandler
 | 
						|
{
 | 
						|
 | 
						|
public:
 | 
						|
  ConsoleHandler();
 | 
						|
  virtual void close();
 | 
						|
  virtual void publish(::java::util::logging::LogRecord *);
 | 
						|
  static ::java::lang::Class class$;
 | 
						|
};
 | 
						|
 | 
						|
#endif // __java_util_logging_ConsoleHandler__
 |