Mc error logging - #66
Merged
dankessler merged 3 commits intoJun 19, 2012
Merged
Conversation
…PreprocessFirstLevel_central scripts
Contributor
Author
Member
There was a problem hiding this comment.
Just to be clear, this was removed since path adding happens in the template script now, right?
Member
|
As anticipated, looks like this will no longer cleanly apply. I'll do the merge in my repository and try to clean up any conflicts. |
Member
|
The merge was not actually so bad, and the conflicts were pretty easy to figure out (only one per file). It's now merged in. That said, we'll continue to follow the plan outlined in #43 and do testing on this palimpsest of a repository :) |
This was referenced Jun 19, 2012
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a logging function to matlabScripts. mc_Logger has two functions:
the setup function takes a log directory and creates a timestamped copy of the original calling script (usually _mc_template script) in the logfile directory with a header that includes the current release tag and SHA ID (if available) and also creates a .log file with the same name/timestamp for logging purposes.
the log function takes a string and writes it to the .log file in the log directory.