Skip to content

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

License

Notifications You must be signed in to change notification settings

michaelJustin/slf4p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slf4p

A simple logging facade for Object Pascal, developed with Dephi 2009 and Lazarus 2.0. Tested with DUnit and FPCUnit.

To register a specific logging framework, just add one of the djLogOver... units to the project.

  • djLogOverLog4D for logging over Log4D
  • djLogOverLazLogger for logging over LazLogger
  • djLogOverSimpleLogger for logging over SimpleLogger (included)
  • djLogOverNOPLogger for logging over NOPLogger (included)

Visit the Wiki for additional information.