Created
May 26, 2016 01:16
-
-
Save jake/05aaabf532ba955b3def5389753a0f46 to your computer and use it in GitHub Desktop.
C# Log to File
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System.IO.File.AppendAllText("LogFile.txt", "\nThis is a new line"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment