I just have my own class that I create a global instance of, and that logs to
file under a specified folder structure based on date, like:
app\logs\2023\10\05\app.log
Then an append method like:
myApp.goLogger.Append("some text")
Which updates the log file like:
2023-10-05T14:44:58:some text
If I needed features like logging to a table, different log levels and so forth
I'd use one of the two you mentioned.
--
Alan Bourke
alanpbourke (at) fastmail (dot) fm
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message:
https://leafe.com/archives/byMID/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.