Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]);

About

Logging facility for Delphi

Topics

Resources

Stars

11 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages