Änderung
- Neuen LogWriter eingebunden - Schreibroutine des Log-Headers an den neuen LogWriter angepasst
This commit is contained in:
parent
92045945e5
commit
d59b034d58
Binary file not shown.
@ -39,7 +39,8 @@
|
|||||||
<Reference Include="heabox">
|
<Reference Include="heabox">
|
||||||
<HintPath>..\..\..\_DLL\AboutBox.git\AboutBox\bin\Debug\heabox.dll</HintPath>
|
<HintPath>..\..\..\_DLL\AboutBox.git\AboutBox\bin\Debug\heabox.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="helogwri">
|
<Reference Include="helogwri, Version=1.0.7915.21074, Culture=neutral, processorArchitecture=MSIL">
|
||||||
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\..\..\_DLL\LogWriter.git\LogWriter\bin\Debug\helogwri.dll</HintPath>
|
<HintPath>..\..\..\_DLL\LogWriter.git\LogWriter\bin\Debug\helogwri.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="heohf">
|
<Reference Include="heohf">
|
||||||
|
|||||||
@ -288,7 +288,8 @@ namespace CorrectDateInCopyright
|
|||||||
}
|
}
|
||||||
//Logdatei anlegen
|
//Logdatei anlegen
|
||||||
string header = "--------------------------------------------------------------------------------\n--- Correct date in Copyright ---\n--------------------------------------------------------------------------------";
|
string header = "--------------------------------------------------------------------------------\n--- Correct date in Copyright ---\n--------------------------------------------------------------------------------";
|
||||||
var log = new LogWriter(LogPath, FileName, header);
|
var log = new LogWriter(LogPath, FileName);
|
||||||
|
log.WriteMessage(header, LogWriter.Time.NoWrite);
|
||||||
log.WriteMessage(String.Concat("Zu bearbeitende Dateien: ", NumberOfFiles.ToString()));
|
log.WriteMessage(String.Concat("Zu bearbeitende Dateien: ", NumberOfFiles.ToString()));
|
||||||
|
|
||||||
for (int i = 0; i < NumberOfFiles; i++)
|
for (int i = 0; i < NumberOfFiles; i++)
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
BIN
CorrectDateInCopyright/bin/Debug/de/helogwri.resources.dll
Normal file
BIN
CorrectDateInCopyright/bin/Debug/de/helogwri.resources.dll
Normal file
Binary file not shown.
BIN
CorrectDateInCopyright/bin/Debug/en/helogwri.resources.dll
Normal file
BIN
CorrectDateInCopyright/bin/Debug/en/helogwri.resources.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -23,3 +23,5 @@ H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\CorrectDateInCopyrigh
|
|||||||
H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\CorrectDateInCopyright.git\CorrectDateInCopyright\bin\Debug\heshowtf.pdb
|
H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\CorrectDateInCopyright.git\CorrectDateInCopyright\bin\Debug\heshowtf.pdb
|
||||||
H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\CorrectDateInCopyright.git\CorrectDateInCopyright\bin\Debug\herflbl.dll
|
H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\CorrectDateInCopyright.git\CorrectDateInCopyright\bin\Debug\herflbl.dll
|
||||||
H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\CorrectDateInCopyright.git\CorrectDateInCopyright\bin\Debug\herflbl.pdb
|
H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\CorrectDateInCopyright.git\CorrectDateInCopyright\bin\Debug\herflbl.pdb
|
||||||
|
H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\CorrectDateInCopyright.git\CorrectDateInCopyright\bin\Debug\de\helogwri.resources.dll
|
||||||
|
H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\CorrectDateInCopyright.git\CorrectDateInCopyright\bin\Debug\en\helogwri.resources.dll
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user