init abstract method

Future<void>? init(
  1. Map<String, dynamic> config,
  2. bool test,
  3. DateTime? date
)

Setup the appender. This needs to be called for every appender to configure the appender with the necessary data.

Implementation

Future<void>? init(Map<String, dynamic> config, bool test, DateTime? date);