Mention using exit() in the comment before GfLogFatal
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3067 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 60b68459b2cee94f59fa4283676fd973e0ddc50b Former-commit-id: dcf16c43e17375adadfb9942179ccdf367f64132
This commit is contained in:
parent
6461d4d205
commit
c641ddcb2b
1 changed files with 1 additions and 0 deletions
|
@ -379,6 +379,7 @@ TGF_API tdble GfParmGetVariable(void *handle, char const *path, char const *key)
|
|||
* - Write formated string messages at run-time to the log stream, *
|
||||
* with automatic prepending of current time and trace level *
|
||||
* (Ex: 12:27.35.267 Debug My formated message) *
|
||||
* - GfLogFatal also exits the program after logging the message
|
||||
* - Messages are given an integer "level" = "criticity", *
|
||||
* (0=Fatal, 1=Error, 2=Warning, 3=Info, 4=Trace, 5=Debug, ...) *
|
||||
* - Messages are actually logged into the stream only if their level *
|
||||
|
|
Loading…
Reference in a new issue