mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 15:47:10 -04:00
15 lines
495 B
Plaintext
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)" |