init abstract method

  1. @override
void init()
override

initialized logger

logger can not be used before initialization

all of tagged loggers also initialize

this can complete asynchronously

this will call output init method

Implementation

@override
void init();