Line break in logger

@pturmel, I thought I had seen a post on how you add line breaks to your loggers, but for the life of me, I can’t seem to find it. Can you point a fella in the right direction?

I simply use “\n” in my messages. The line breaks have never shown in the gateway web interface, but do come through in the wrapper log, and if you inspect the log .idb files externally.

1 Like

if you change the css in the inspector and add this:

.msg{white-space: pre-wrap}

the msg’s should do linebreaks too

image
image

there are ways to save these files with extensions or something

2 Likes

Thanks, guys.