Skip to content

Instantly share code, notes, and snippets.

@brianmhess
Last active June 5, 2018 21:30
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 brianmhess/2465b1bfb6b7cc138b5108be95251b39 to your computer and use it in GitHub Desktop.
Save brianmhess/2465b1bfb6b7cc138b5108be95251b39 to your computer and use it in GitHub Desktop.
ghettoLog
private void ghettoLog(String fname, String msg) {
try {
Files.write(Paths.get("/tmp/logit"), Arrays.asList(s), StandardOpenOption.APPEND);
}
catch (Exception e) { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment