init static method

void init()

Implementation

static void init() {
  _logFile = File(join(Directory.current.path, 'impaktfull_cli.log'));
}