https://bz.apache.org/bugzilla/show_bug.cgi?id=59871

--- Comment #3 from Konstantin Kolinko <[email protected]> ---
(In reply to Remy Maucherat from comment #1)
> There is no provision to be able to set properties on the fomatters,

That is not true.
It is not documented, but formatters can be configured. It is the same as with
other classes,  [<prefix>.]<classname>.<property>

The <prefix>. is either omitted (to be applied to all instances of a
Formatter), or has to be the same as prefix of the Handler to which this
formatter belongs.

See example in bug 55052

java.util.logging.SimpleFormatter is a bad class / bad example, as it can be
configured only once and caches its configuration in a static variable.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to