Results 1 to 3 of 3

Thread: Logging?

  1. #1

    Logging?

    Is there some easy logging class for object pascal? Which would be as easy as Java's logger class?

  2. #2
    When I started to work with Java I decided to adapt some ideas from Java world to Pascal world.
    Logging is one of the things.
    May be you'll like it:
    https://github.com/casteng/base/blob/dev/Logger.pas

  3. #3
    Thanks for that!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •