log4j properties file
I see this is a properties file
log4j.logger.com.asd=DEBUG, @@app.name@@
log4j.logger.com.asd.@@xyz.cad.name.lca开发者_JS百科se@@.truck=DEBUG, @@app.name@@
is "@@" a wildcard notation?
No, @@
is not syntax for wildcards but rather denotes a variable. Cheers!
精彩评论