FileLogger constructor

FileLogger(
  1. String path
)

Implementation

FileLogger(String path) : file = File(path);