Skip to content

Repository to test and learn how to use the many logging choices in Lazarus

License

Notifications You must be signed in to change notification settings

gcarreno/TestLazarusLogging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestLazarusLogging

Repository to test and learn how to use the many logging choices in Lazarus

List of options

Tested:

Work in Progress:

Next:

Maybe:

LazLogger

pros:

  • Part of the FCL
  • Command line params
  • User defined log groups

cons:

  • Does not have multiple log providers

For more information on this option: LazLogger README

TEventLog

pros:

  • Part of the LCL
  • Windows: Uses the system log

cons:

  • Does not have multiple log providers

todo:

  • Linux: Need to see if there is some difference geared towards a Linux system log

For more information on this option: TEventLog README

About

Repository to test and learn how to use the many logging choices in Lazarus

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages