init abstract method
void
init()
initialized output
output can not be used before initialization
this can complete asynchronously
Log.init will call this method for you
Implementation
void init();
initialized output
output can not be used before initialization
this can complete asynchronously
Log.init will call this method for you
void init();