Page MenuHomePhabricator

Restructure mbilog
Closed, ResolvedPublic

Description

The utility mbilog (Utilities\mbilog) currently includes a few classes in one file (mbilog.cpp / mbilog.h). Split this file to one file for every class. Additionally remove static methods and create new subclass of AbstractBackend which holds this methods as normal methods (not static).

Event Timeline

[901e10]: Merge branch 'bug-10540-RestructuringMbiLog'

Merged commits:

2012-01-12 14:10:13 Alfred Franz [5ee1bc]
further adaption of logging backend to new mbilog structure


2012-01-12 14:08:52 Alfred Franz [83b5d9]
moved dictionary string to seperated header file


2012-01-12 13:52:52 Alfred Franz [e75aec]
adapted MITK logging backend to new class names in utility mbilog


2012-01-12 13:52:14 Alfred Franz [4720a8]
moved static methods to new superclass and made them non static


2012-01-12 11:45:54 Alfred Franz [451546]
renamed AbstractBackend to BackendBase, and added new class TextBackendBase


2012-01-12 11:20:09 Alfred Franz [e0885d]
fixed a compiling bug in class abstract backend


2012-01-11 15:30:33 Markus Fangerau [729ed8]
added documentation


2012-01-02 18:08:00 Alfred Franz [854be8]
added header mbilogLoggingTypes.h


2012-01-02 18:01:24 Alfred Franz [254ec3]
transfered code of classes AbstractBackend, BackendCout, LogMessages to own files

[e9e08e]: Merge branch 'bug-10540-RestructuringMbiLog'

Merged commits:

2012-05-11 11:15:46 Alfred Franz [ae585d]
COMP: adapted classes to renaming of AbstractBackend to BackendBase

[749a8d]: Merge branch 'bug-10540-RestructuringMbiLog'

Merged commits:

2012-05-11 11:55:45 Alfred Franz [361eaa]
COMP: commented out call of formatting method which is not static any more

[8bf65c]: Merge branch 'bug-10540-FixLoggingTestBug'

Merged commits:

2012-08-13 17:04:24 Alfred Franz [e3f59e]
COMP: increased delay after logging in different threads to wait for threads to end

was finished long ago... closing this bug