コード例 #1
0
 private Logger(string app, string folder = null)
 {
     folder   = string.IsNullOrEmpty(folder) ? Path.Combine(Shell.AppRootPath, "Logs") : folder;
     Location = FileLocation.Make(app, folder);
     _startFile();
 }