X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fsrc%2FbbtkMessageManager.h;h=b2e4e4dd27229918d27a9d56e9a372505e93d71b;hb=20439284eb07d0629fd5fb6027e57c3e4dfaeb9f;hp=4809db51b611b1c0415dbe5cbc12a5fbb22b3b23;hpb=998354bb81a4f450cae3a2263838d7d3b6024bac;p=bbtk.git diff --git a/kernel/src/bbtkMessageManager.h b/kernel/src/bbtkMessageManager.h index 4809db5..b2e4e4d 100644 --- a/kernel/src/bbtkMessageManager.h +++ b/kernel/src/bbtkMessageManager.h @@ -12,7 +12,7 @@ (for example : "Kernel" messages are generated by the core classes of the library, there can be a type of message for each type of Node, and so on...) A type of message must be declared by registering it into the MessageManager. This is done by a line like : - bbtk::MessageManager::RegisterMessageType("Core","Messages generated by the core classes of the library",5); + bbtk::MessageManager::RegisterMessageType("Kernel","Messages generated by the core classes of the library",5); where : -The first string is the type of the message (the category which will be used to generate a message of this type) -The second string is help string @@ -23,16 +23,16 @@ example : - bbtkMessage("Core",4,"problem with "< mMessageLevel; std::map mMessageHelp; unsigned int mMaxMessageLength; - int mAllLevel; }; //===========================================================