Just curious if Rainmeter could add the line numbers when an error is posted in the Log. It would be helpful in narrowing down exactly where to look for an error in a config that is 10,000 lines long.
Even just the [SectionName] would be helpful. Currently it seems to only show a section name if the section is a webparser.
It is currently September 9th, 2024, 12:15 pm
Line numbers for errors in log?
-
- Posts: 278
- Joined: May 12th, 2019, 8:55 am
Line numbers for errors in log?
You do not have the required permissions to view the files attached to this post.
-
- Developer
- Posts: 2726
- Joined: November 24th, 2011, 1:42 am
- Location: Utah
Re: Line numbers for errors in log?
Line numbers aren't possible since we do not keep track of every line in a skin.
Normally, for that particular log message, the section name is logged...but only if the section is a measure and it is valid. In your case, I suspect you are referencing a non-existent measure name. Maybe you are using a variable that is empty?
Code details:
-Brian
Normally, for that particular log message, the section name is logged...but only if the section is a measure and it is valid. In your case, I suspect you are referencing a non-existent measure name. Maybe you are using a variable that is empty?
Code details: