Skip to content

Instantly share code, notes, and snippets.

@clmntcrl
Last active August 29, 2015 14:11
Show Gist options
  • Save clmntcrl/26196ce2c8b2d5e4a3a6 to your computer and use it in GitHub Desktop.
Save clmntcrl/26196ce2c8b2d5e4a3a6 to your computer and use it in GitHub Desktop.
Building Echo customizable log format #1. Full post: http://clmntcrl.io/blog/building-echo-customizable-log-format/.
struct Echo {
var format = "[flag] [[datetime]] [[filename]:[line]] [message]"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment