using System.IO;
// neue Daten werden angehangen (append)
using (StreamWriter swLogFile = new StreamWriter(@"c:\mylogfile.log", true, Encoding.UTF8))
{
swLogFile.WriteLine("Neuer Eintrag ins Logbuch.");
swLogFile.Flush();
swLogFile.Close();
}
Kategorien
-
Neueste Beiträge
- Kartoffelsalat – Variante 2
- [SAP] Aktivierung des Material Ledgers (ML)
- GraphQL-Implementierung in PHP
- [SAP] MM Kontenfindung
- [SAP] Automatische Buchungen: Konto-Modifikation (KOMOK)
- [SAP] Kontenpflege
- Epstein-Barr-Virus steht im Verdacht, Multiple Sklerose auszulösen
- [ABAP] SAP Customer-Exits
- [RAP] Workshops about Development with ABAP Cloud
- [API] Übersicht zu APIs