Is it professional to have funny looking logging messages

Posted by JCH on Stack Overflow See other posts from Stack Overflow or by JCH
Published on 2010-05-23T05:36:05Z Indexed on 2010/05/23 5:40 UTC
Read the original article Hit count: 433

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about java

Related posts about logging