Changes between Version 4 and Version 5 of WikiStart/Ruby/TextLogging
- Timestamp:
- 09/02/11 09:53:05 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart/Ruby/TextLogging
v4 v5 111 111 }}} 112 112 113 There is no way, currently, to remove a separate logger 113 The separated logger can be removed with 114 115 {{{ 116 Orocos::Roby.reset_own_logger 117 }}}