i am trying to work with this open source log viewer (otroslogviewer) which is very nice but i cant seem to create the pattern that will work with the log4j pattern that i am using in my software.
my log4j pattern is: %p [%t] (%C{1}:%M():%L) %d{dd/MM/yyyy-HH:mm:ss,SSS} S:%X{serviceType} N:%X{requestID}- %m%n
there is very little documentation about how to work with otroslogviewer and create the pattern that you want.
maybe someone here has worked with otroslogviewer and can help out.
thanks
Try to use: LEVEL [THREAD] (PROP(A):PROP(B)():PROP(C)) TIMESTAMP S:PROP(D) N:PROP(E)- MESSAGE