Skip to content

Instantly share code, notes, and snippets.

@ajepst
Last active July 7, 2016 04:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajepst/4d809fe57fe35fd40a618fb1748c4ff1 to your computer and use it in GitHub Desktop.
Save ajepst/4d809fe57fe35fd40a618fb1748c4ff1 to your computer and use it in GitHub Desktop.
public static void LogMethod(string myText)
{
var modifiedText = "Error: ";
System.Console.WriteLine(modifiedText + myText);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment