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

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -