Results 1 to 6 of 6

Thread: Logging class

  1. #1

    Logging class

    I’ve been quite happy with Dominique’s (SDL)logging unit, but now I need something a bit stronger.
    It should be threaded (and thread safe) and allow diagnostics/searching.
    For speed it doesn’t need to save to file, just keep the record in mem and dump it when requested.
    But keep the sprit old logger style, MyLogger.Add(self, ‘My message’, OperationType)

    Googling I only found EstLogger, which looks very nice but the project died about 3 years ago and its incomplete..
    I also found a few expensive ones..

    Do anyone knows about a free/OpenSource logging tool?
    [size=9px]BEGIN GEEK CODE BLOCK
    <br />d s-- : a24 GB GCS GTW GE C++ P L+ W++ N+ K- w++++ M- PS+ PE+ Y- t+ 5+++ X+ R*
    <br />tv b+ DI++ D+ e++ h+ G-
    <br />END GEEK CODE BLOCK[/size]
    <br />Create your own GeekCode block at: <a href="">...</a>

  2. #2

    Logging class

    i writed my own, veryyyyyyy simple, but thread safe
    From brazil (:

    Pascal pownz!

  3. #3

    Logging class

    After a good night sleep I tried codeproject instead of google and look what I found!
    TraceTool 10.1: The Swiss-Army Knife of Trace

    (its even a Delphi project)
    [size=9px]BEGIN GEEK CODE BLOCK
    <br />d s-- : a24 GB GCS GTW GE C++ P L+ W++ N+ K- w++++ M- PS+ PE+ Y- t+ 5+++ X+ R*
    <br />tv b+ DI++ D+ e++ h+ G-
    <br />END GEEK CODE BLOCK[/size]
    <br />Create your own GeekCode block at: <a href="">...</a>

  4. #4

    Logging class

    Quote Originally Posted by tanffn
    After a good night sleep I tried codeproject instead of google and look what I found!
    TraceTool 10.1: The Swiss-Army Knife of Trace
    WOW.

    That will really come in handy for me in the future. Thanks for finding it, Tanffn.

  5. #5

    Logging class

    i second that. Thanx for digging up that one.
    Coders rule nr 1: Face ur bugz.. dont cage them with code, kill'em with ur cursor.

  6. #6

    Logging class

    You're welcome
    I already integrated it in my project, very easy to use (including Delphi demo app and documentation) and quite powerful.
    [size=9px]BEGIN GEEK CODE BLOCK
    <br />d s-- : a24 GB GCS GTW GE C++ P L+ W++ N+ K- w++++ M- PS+ PE+ Y- t+ 5+++ X+ R*
    <br />tv b+ DI++ D+ e++ h+ G-
    <br />END GEEK CODE BLOCK[/size]
    <br />Create your own GeekCode block at: <a href="">...</a>

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
  •