mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			216 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			216 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#ifndef WSJTX_LOGGING_HPP__
 | 
						|
#define WSJTX_LOGGING_HPP__
 | 
						|
 | 
						|
//
 | 
						|
// Class WSJTXLogging - wraps application specific logging
 | 
						|
//
 | 
						|
class WSJTXLogging final
 | 
						|
{
 | 
						|
public:
 | 
						|
  explicit WSJTXLogging ();
 | 
						|
  ~WSJTXLogging ();
 | 
						|
};
 | 
						|
 | 
						|
#endif
 |