WSJT-X/example_log_configurations/wsjtx_log_config.ini.debugger

15 lines
495 B
Plaintext

#
# Example WSJT-X logging configuration for sending records to the
# attached Windows debugger (e.g. gdb)
#
[Core]
# Set DisableLogging to true to disable all logging.
DisableLogging="false"
[Sinks.Debugger]
Destination="Debugger"
Asynchronous="false"
AutoFlush="true"
Format="[%TimeStamp(format=\"%H:%M:%S.%f\")%][%Channel%][%Severity%] %File%(%Line%) %Function%: %Message%"
Filter="(%Channel% matches \"SYSLOG\" & %Severity% >= debug) | (%Channel% matches \"RIGCTRL\" & %Severity% >= info)"