log4d

所属分类:collect
开发工具:Pascal
文件大小:0KB
下载次数:0
上传日期:2020-12-25 04:13:43
上 传 者sh-1993
说明:  德尔福测井设施,
(Logging facility for Delphi,)

文件列表:
LICENSE (1125, 2014-06-15)
config/ (0, 2014-06-15)
config/log4d.dtd (3712, 2014-06-15)
src/ (0, 2014-06-15)
src/Defines.inc (1301, 2014-06-15)
src/Log4D.pas (130440, 2014-06-15)
src/jedi.inc (68808, 2014-06-15)

# Logging facility for Delphi # Log4D is a port of the well known log4j logging framework to Delphi. As the original project (https://log4d.svn.sourceforge.net/svnroot/log4d/trunk) seems not to be maintained actively, I decided to fork a branch with valuable improvements. ## What's New ## ### Parameterized Logging ### It supports now an advanced feature called 'parameterized logging', which can significantly boost logging performance for disabled logging statement. If the current log level is lower than the global log level, log message will not be concatenated. * Using original Log4D: LOG.Debug(Format('Invalid value %s' [Value])); * Now: LOG.Debug('Invalid value %s', [Value]);

近期下载者

相关文件


收藏者