Attribute | Comment
|
config file support | only one variant in XML, similar to established XML config files
|
hierarchical Loggers | yes, but only the first configured is used.
|
appenders | stdout and file appenders right now
|
formatters | reusable log line formatters
|
message variable Expansion | yes, numbered {0}, {1} ... will be replaced with the corresponding Argument.
|
log line configurable | yes
|
performance | in my test even twice as fast than log4j2 with asynchronous IO.
|
reloadable config | yes, not automatically, but without losing log lines.
|
tiny | slightly above 50k for de.bb.product.bb_log-0.0.1.jar is ok. If the other de.bb libraries are used too, you can use de.bb.log-0.0.1.jar which is around 40k including sources, README, COPYING ...
|
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <a href="http://www.gnu.org/licenses/" target="_blank">http://www.gnu.org/licenses/</a>.