On 6/11/2022 at 8:48:28 PM, Ralph Goers <[email protected]> wrote:
> But the biggest problems with JUL include requiring everything being > wrapped with isEnabled type methods to avoid logging overhead I believe that was one of things addressed in the Flogger benefits - with their API using LOG.atDebug()... or LOG.atInfo()... that when not at the appropriate level, they can return a NoOpLogger which just does nothing, which avoids any over head formatting when logging ( unless you do nasty string concatenation I guess ). Still flawed slightly IMHO tho. -- "Great artists are extremely selfish and arrogant things" — Steven Wilson, Porcupine Tree
