配列要素番号 Array component index |
msgCallingFile | msgCallingFunc | msgCallingLine |
0 | program.c | main | 10 |
1 | sub1.h | function1 | 20 |
2 | sub2.h | function2 | 30 |
関数名 Function name |
機能・用途 Purpose |
setMsgRoute | 関数呼び出し直前に用いてメッセージ出力経路に新しい要素を追加する。 Add a new component to message output routes; this function is used immediately before a function call. |
removeMsgRoute | 関数呼び出し直後に用いてメッセージ出力経路から最後の要素を削除する。 Remove the last component from message output routes; this function is used immediately after a function call. |
printMsgRoute | メッセージ出力の直前に用いてメッセージ出力経路を表示する。 Display the message output routes; this function is used immediately before displaying a message. |