listener property
The current log listener responsible for handling the log output logic.
You can override this with a custom LoggingListener via addListener() to modify how logs are formatted or where they are sent (e.g., file, console, remote server).
Implementation
late LoggingListener listener;