Re: [Dclib-devel] Changing logger output
Brought to you by:
davisking
From: Davis K. <dav...@gm...> - 2009-06-22 15:13:28
|
You can do that using the logger::set_logger_header() function. You can either make your own logger header function which you pass to it or you can use the print_datetime_logger_header() function (which is what it sounds like you are asking for). Cheers, Davis On Mon, Jun 22, 2009 at 10:57 AM, Steven Van Ingelgem <st...@va... > wrote: > Davis, > > > How can I modify the logger output? I don't really like the # of ms since > program start. I prefer to have the current date/time (like "%Y-%m-%d > %H:%M:%S")... > Is there a possibility somewhere? > > > Thanks, > Steven > |