Logging
-
Hi ! I need to implement some logging in my app. As I don't want to reinvent the wheel, I did some searching for a logging framework. I found log4cpp and log4cxx, but I find it difficult to choose. Does anyone of you use one of these ? Are you facing some problems ? OR do you know of another logging framework that you would recommand ? Thanx for your suggestions, Jerome
-
Hi ! I need to implement some logging in my app. As I don't want to reinvent the wheel, I did some searching for a logging framework. I found log4cpp and log4cxx, but I find it difficult to choose. Does anyone of you use one of these ? Are you facing some problems ? OR do you know of another logging framework that you would recommand ? Thanx for your suggestions, Jerome
what about to write your own logging system? it doesn't take much time and you can simply adjust it to your needs. i recommand it. it consists of singleton class with method that add records to the log file. you can write also time, thread_id, process_id, variables values, states and so on... 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.
-
Hi ! I need to implement some logging in my app. As I don't want to reinvent the wheel, I did some searching for a logging framework. I found log4cpp and log4cxx, but I find it difficult to choose. Does anyone of you use one of these ? Are you facing some problems ? OR do you know of another logging framework that you would recommand ? Thanx for your suggestions, Jerome
Jerome Conus wrote: I need to implement some logging in my app. If the quantity of data is small, you could use the system's event log. It has it's own API.
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen
-
Hi ! I need to implement some logging in my app. As I don't want to reinvent the wheel, I did some searching for a logging framework. I found log4cpp and log4cxx, but I find it difficult to choose. Does anyone of you use one of these ? Are you facing some problems ? OR do you know of another logging framework that you would recommand ? Thanx for your suggestions, Jerome
I looked at lots of logging packages about a year ago for Surfulater and in the end used AMLOG which you'll find here on CP. I had various problems with other loggers and some were just too big and complex for my needs. Neville Franks, Author of ED for Windows www.getsoft.com and coming soon: Surfulater www.surfulater.com