siberian-fast-food / alogger

Simply the best logging framework for Erlang
Apache License 2.0
50 stars 16 forks source link

to make log messages flatten #29

Open Cy6erBr4in opened 12 years ago

Cy6erBr4in commented 12 years ago

Sometimes it could be very useful to have all the log messages flatten, it means that there're no any '\n' in a log message, so, the logs are very well "grep'able".

Cy6erBr4in commented 12 years ago

The good and probably the right way to do it is to implement an appropriate formatter for that purpose.