One thing that I like to do with my logger output is allow for multi-line output. It makes it much easier to read and keeps my code cleaner.
Instead of doing this:
1 2 | |
You can do this:
1 2 3 4 | |
One thing that I like to do with my logger output is allow for multi-line output. It makes it much easier to read and keeps my code cleaner.
Instead of doing this:
1 2 | |
You can do this:
1 2 3 4 | |