Initializes the log output.
This method is called by the logger when it's first used. It sets up the file writing stream.
@override Future<void> init() async { super.init(); initIOSink(); }