25 namespace Ntp.Analyzer.Log
32 $
"Could not write file {file}",
44 $
"Created new directory {created}",
51 $
"Could not change ownership of file {file}",
63 $
"Could not create path for file {file}",
75 $
"Could not change permission on file {file}",
87 $
"Wrote new file {file}",
abstract void WriteLine(string text, Severity severity)
static void WroteFile(this LogBase log, string file)
static void DestinationNewDirectory(this LogBase log, string created)
static void DestinationPathError(this LogBase log, string file, Exception e)
static void DestinationPermissionError(this LogBase log, string file, Exception e=null)
static void DestinationFileError(this LogBase log, string file, Exception e)
static void DestinationOwnerError(this LogBase log, string file, Exception e=null)