Is it professional to have funny looking logging messages
- by JCH
Hi,
Recently I have joined a new project team where in the java application logs have logged messages in a non-formal way[can't think of suitable word].
here how they look
:-) <message> for info messages
:-| <message> for warn
:-( <message> for error
besides there's also ASCII art drawing , different one for each log when that particular service starts up or is killed .And there many more styles for certain application events.
iam not sure if it has any significant overhead on the application or not.
I would like to ask you folks if you come across such unique styles of logging messages or do you also practice any styles.what is your opinion about it.
BR
/jon