980
edits
m (→Main/main.cxx) |
|||
Line 92: | Line 92: | ||
! Full Text of Call !! Called Function Location or Include File !! Notes | ! Full Text of Call !! Called Function Location or Include File !! Notes | ||
|- | |- | ||
| from bootstrap.cxx <br/> '''fgMainInit'''( int argc, char **argv ) || Main/main.cxx || all the arguments from the command line are still there | | from bootstrap.cxx <br/> '''fgMainInit'''( int argc, char **argv ) || '''Main/main.cxx''' || all the arguments from the command line are still there | ||
|- | |- | ||
| sglog().setLogLevels( SG_ALL, SG_INFO )<br>sglog().setStartupLoggingEnabled(true); || /simgear/debug/logstream.cxx || Pretty obvious what this does. || '''What does sglog() actually return?''' | | sglog().setLogLevels( SG_ALL, SG_INFO )<br>sglog().setStartupLoggingEnabled(true); || /simgear/debug/logstream.cxx || Pretty obvious what this does. || '''What does sglog() actually return?''' |
edits