It seems logging has been changed in WEM 8.1, because the loggers which I implemented in 8.0 is now not working.
I am currently using com.vignette.logging.Category logs in custom listener java file...so do we need to change it?
And also in vgnlog.xml file do we need to put it like this..
<logger name="com.xyz.abc" class="com.vignette.logging.LoggingManager">
<level value="DEBUG"/>
</logger>
Please suggest!