mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-31 13:10:19 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			436 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			436 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #
 | |
| # Example logging confguration file to send records to the console terminal
 | |
| #
 | |
| 
 | |
| [Core]
 | |
| # Set DisableLogging to true to disable all logging.
 | |
| DisableLogging="false"
 | |
| 
 | |
| [Sinks.Console]
 | |
| Destination="Console"
 | |
| Asynchronous="false"
 | |
| AutoFlush="true"
 | |
| Format="[%TimeStamp(format=\"%H:%M:%S.%f\")%][%Channel%:%Severity%] %Message%"
 | |
| Filter="(%Channel% matches \"SYSLOG\" & %Severity% >= trace) | (%Channel% matches \"RIGCTRL\" & %Severity% >= info)" |