X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkMessageManager.h;h=496a2258f8bf8538fc1c5a887ca83e9f385fb111;hb=a32025c531a0e20e967dc2ba3e0817f6932061b1;hp=4809db51b611b1c0415dbe5cbc12a5fbb22b3b23;hpb=998354bb81a4f450cae3a2263838d7d3b6024bac;p=bbtk.git diff --git a/kernel/src/bbtkMessageManager.h b/kernel/src/bbtkMessageManager.h index 4809db5..496a225 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; }; //===========================================================