mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-30 20:40:28 -04: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
 |