Hello Roman,
Thanks for reply.
I have understood how to create new view in NWA Log Viewer.
However, your below line is not clear to me -->
If the logging information should not be in defaulTrace files you will need to write it in to custom log file.
1. How do I ensure my logs are getting written in separate file?
All I use are below statements:
SimpleLogger.log(Severity.DEBUG, cat, loc, "DEBUG", "[static block] Inside static block of MyClass");
2. I want this view to be visible in NWA of all users. How do I ensure this?
Thanks & Regards,
Amey