Hi, I can use log4j configuration to change log levels by specific packages and classes. I noticed sizable usable of LogMarkers in the code for additional filtering. I guess markers are used for cases beyond trace level logging and across package boundaries. I was wondering if their are any guidelines for marker usage. I am thinking of using marker for tracking inter-package data/control flow? For e.g. To track a request specific to a background task only. Does this sound reasonable?
Thanks, Ashvin
