Enable / disable output for different log types.
Description
Description
Event Timeline
Comment Actions
Unless I misunderstood something, please fix the following in mbilog.h before merging into master:
- Use "void" as the return type of EnableBackends() and DisableBackends() (or actually return something meaningful instead of nothing)
- Remove the MBILOG_DISABLE_BACKENS and MBILOG_ENABLE_BACKENDS defines
Comment Actions
[9b882c]: Merge branch 'bug-17987-EnableDisableMbiLog'
Merged commits:
2014-08-28 14:07:00 Moritz Petry [ff8fc1]
removed macro defines and changed return value of Disable-/EnableBackends to void
2014-08-28 11:59:46 Moritz Petry [4ea784]
Extended mitkLogTest to test the new mbilog methods EnableBackend / DisableBackend.
2014-08-19 14:45:46 Moritz Petry [a69369]
Made GetOutputType() method in mbilogBackendBase const.
Changed output type of berryQtPlatformLogModel to "Other".
2014-08-12 11:26:29 Moritz Petry [062047]
Added documentation.
2014-08-08 16:40:48 Moritz Petry [a5194c]
implemented methods to disable and enable different log types