syslog cost log4r example
can post an instance controlling syslog outputter log4r, i am now controlling stdout nonetheless wish record syslog.
mylog = logger.new 'mylog'
mylog.outputters = outputter.stdout
mylog.info "starting up."
raj
thanks also following blog posts.
Comments
Post a Comment