CBielstein / APRSsharp

APRS# - Modern APRS software for the amateur radio community
MIT License
12 stars 5 forks source link

Add log "verbosity" argument and functionality #119

Closed CBielstein closed 2 years ago

CBielstein commented 2 years ago

Description

This adds logging verbosity support to APRS#. A new command line argument accepts the ability to change the level of logged events, which allows users to change how much logging they see.

This also sets the default level to exclude packet decode failures, which cleans up output here and allows cleaning up logging when using the nuget package.

Resolves #118.

Changes

Validation