In most of our projects, when some error occurs, it’s being logged to the evenlog with line number and filename. Its done by using __FILE__ and __LINE__ macro. But the file macros expands to the full… more →
Visual C++ TipsKirk Munro wrote 5 months ago: (aka How to add C-style __LINE__ and __FILE__ macros to PowerShell) When troubleshooting PowerShell … more →
BijU wrote 1 year ago: Macros !!! Really a wonderful thing , provides a lot of facilities to the developer. Some useful mac … more →
Jijo.Raj wrote 1 year ago: In most of our projects, when some error occurs, it’s being logged to the evenlog with line number … more →