コード例 #1
0
 protected void Log(string info)
 {
     _logHandler.AddRecordToLog($"{DateTime.Now.ToString(_dateTimeFormat)} - {info}");
 }