Hello, 

I got a program , it uses log4J for creating log.

Exemple : 
log.info("[SUIVI_TRT] [TrtStart : UPDATE_BORDERO]" +
" [InputFile=" + args[2] + "] [ParamFile=" + args[1] + "]
[OutputPath="+args[3]+"] [mode=" +args[0]+"]"  +"[XmlConfigMail =" + args[4]
+ "]");
                

I would like to create another Log, which contains only Log with this String
"[SUIVI_TRT]".

Is it possible ?!! 
-- 
View this message in context: 
http://old.nabble.com/Find-word-in-log-tp32870796p32870796.html
Sent from the Log4j - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to