java - How to modify map lookup in log4j -


I need to define some properties in log-in; So can I modify and add some properties in map lookup? Any guide or suggestion would be commendable thank you!

  mainmap lookup.Setime integration ("key", "value");   

and get the value from xml:

  $ {main: key}    

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

Simple file compression in C -

php - Sorting an multidimension array using usort fails -