Skip to content
Leander edited this page Feb 12, 2016 · 4 revisions

There are a lot of neat little things in here; so I'm glad you decided to take a look! If you see something you don't like, feel free to contribute!

The idea is that you should section your logs based on functionality. For example, all of your syncing code should use one section called 'sync' and the server requests should come in a section called 'server'. This way when you want to hide/show logs, you don't need to actually remove lines of code, you can just edit the log config!

See the Docs

Clone this wiki locally