Re: [Rd] [R logs] Help in develop a simply logs package

2014-10-07 Thread DataK - B. THIEURMEL
specification") .Internal(.addCondHands(classes, handlers, parentenv, NULL, TRUE)) } withCallingHandlersGlobal(warning = function(w) {print("Global handler")}) warning("A") "Global handler" rnorm("A") "Global handler" Le 2014-10-07 1

Re: [Rd] [R logs] Help in develop a simply logs package

2014-10-07 Thread DataK - B. THIEURMEL
OK, thank you for your answers. We are thus going to continue by analyzing these features Le 2014-10-07 16:29, Duncan Murdoch a écrit : On 07/10/2014 10:16 AM, DataK - B. THIEURMEL wrote: Thank. withCallingHandlers() and "pander::evals" seem to be very interesting, but little adap

Re: [Rd] [R logs] Help in develop a simply logs package

2014-10-07 Thread DataK - B. THIEURMEL
Tue, Oct 7, 2014 at 2:21 PM, Duncan Murdoch wrote: On 07/10/2014, 7:04 AM, DataK - B. THIEURMEL wrote: Hi, With the use of R in production, it is necessary to have a system of logs effective, and light. Package exist as to futile.logger, but it require the additional coding of logs. So

[Rd] [R logs] Help in develop a simply logs package

2014-10-07 Thread DataK - B. THIEURMEL
Hi, With the use of R in production, it is necessary to have a system of logs effective, and light. Package exist as to futile.logger, but it require the additional coding of logs. So it is thus impossible / very difficult to use it with all package them used in the calculation Our idea is