Beispiel #1
0
        public void AppendFile(string fileName,
                               string str,
                               bool traceException)
        {
            string s = "AppendFile FileName=" + fileName;

            WriteLog(s, traceException);
            _fileIO.AppendFile(fileName, str, traceException);
        }