JetBrains / ideolog

Interactive viewer for '.log' files.
MIT License
252 stars 54 forks source link

Add the simplest java.util.logging.SimpleFormatter to formatsDirectory #139

Open AddictArts opened 1 year ago

AddictArts commented 1 year ago

I would think this would be a good default to have.

java.util.logging.SimpleFormatter

The current regex defaults use lowercase "info", "error", etc. Maybe it is an older logger style, but these are uppercase for the simple case.