search for: carrero

Displaying 2 results from an estimated 2 matches for "carrero".

Did you mean: carnero
2004 Dec 03
2
setGeneric(rm)
...ts = FALSE) standardGeneric("rm")) setMethod("rm", "component", function(list=object, pos, envir, inherits) { warning("object deleted") .Call("Rm");i }) We implemented generic methods for print(), show() and summary() succesfully. Best, Marcos Carrero
2009 Apr 30
3
Logging - using a different log for one method
Hi there, I''m wondering if there''s a way to have any log statements generated from a specific method on a model get logged into a separate file from the normal development/production log files? i.e. I want the whole app to log as normal, apart from the Sprinter.run_often method, which I''d like to log to sprinter_running.log Cheers, Tim.