Dart natively supports a developer log function, which in Flutter automatically appends logging output to the device log.
But when I build a (server) CLI application in Dart, these logs appear to be only accessible via DevTools.
Where can I find the API to build a custom appender? (Or is there already a Pub package that can append to console and/or rotating log files?)