Logger constructor

Logger(
  1. String logFilePath
)

Implementation

Logger(String logFilePath) : logFile = File(logFilePath);