1 message in org.apache.logging.log4j-userUsage of Guard in LogManager
FromSent OnAttachments
RajaJun 9, 2004 5:29 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Usage of Guard in LogManagerActions...
From:Raja (ra@collab.net)
Date:Jun 9, 2004 5:29:14 am
List:org.apache.logging.log4j-user

I was trying to create a ApplicationRepositorySelector for jboss so that all my log4j.xml settings take effect rather than tweaking the original log4j.xml of jboss. On browsing the LogManager code, it looks like there is a guard object thats taken in during LogManager.setRepositorySelector. A Cursory examination doesnt reflect any use of this outside the class except for error checking within the same. Can someone enlighten me on why this is required and cases when it would be important.