在此宏定义的消息传递,日志记录,错误处理系统中是否存在任何无法预料的副作用?
So far the following source code compiles and runs and is behaving as I intended it to. It is logging the correct messages to the console, it is throwing exceptions and halting executing based on the MsgTy, it is writing to a text file if the flag is true....