Skip to content

Instantly share code, notes, and snippets.

@jake
Created May 26, 2016 01:16
Show Gist options
  • Save jake/05aaabf532ba955b3def5389753a0f46 to your computer and use it in GitHub Desktop.
Save jake/05aaabf532ba955b3def5389753a0f46 to your computer and use it in GitHub Desktop.
C# Log to File
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