public JobLogger(WhereToLog whereToLog, LogType logType) { _whereToLog = whereToLog; _logType = logType; }