Skip to content

landrix/Log4d-for-Delphi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Log4d-for-Delphi

This project contains files from the Log4D project with fixes to support newer Delphi versions and Free Pascal.

Log4D is a port of the well known log4j logging framework. You can find the original Log4D project at http://sourceforge.net/projects/log4d/

Other Log4d sources

https://github.com/stanleyxu2005/log4d

https://github.com/michaelJustin/log4d

Additional

https://github.com/michaelJustin/slf4p

A simple logging facade for Object Pascal (Delphi and FPC)

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

No description, website, or topics provided.

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages