init property
Future indicating if the initialization of the logger components (filter, printer and output) has been finished.
This is only necessary if your LogFilter
/LogPrinter
/LogOutput
uses async
in their init
method.
Implementation
Future<void> get init => _initialization;