Message 1 of 2
Not applicable
11-06-2014
11:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Why isn't Maya writing to the error log file? I called MGlobal::errorLoggingIsOn(); which returned true and MString path = MGlobal::errorLogPathName(); returns "c:/Temp/myLog.txt" which I specified earlier by calling MGlobal::startErrorLogging("c:/Temp/myLog.txt");. I then tried to write a line into the log message with MGlobal::doErrorLogEntry("Log test"); but no result. All commands had a successful status.
Solved! Go to Solution.