+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
bodewig commented on pull request #166:
URL: https://github.com/apache/ant/pull/166#issuecomment-955673433
In the special case of a logger it may be even preferable to not log any
message at all as the message would in turn be logged to the same logger again
and may never become visible an
twogee commented on pull request #166:
URL: https://github.com/apache/ant/pull/166#issuecomment-955740651
I reason that it might be preferable to have those messages in the log at
higher verbosity. Would adding a new interface to provide implementations of
log create backwards compatibilit
twogee edited a comment on pull request #166:
URL: https://github.com/apache/ant/pull/166#issuecomment-955740651
I reason that it might be preferable to have those messages in the log at
higher verbosity. Would adding a new interface to provide implementations of
the log method create back