otroslogviewer log4j 模式问题
我正在尝试使用这个开源日志查看器(otroslogviewer),它非常好,但我似乎无法创建与我在软件中使用的 log4j 模式一起使用的模式。
我的 log4j 模式是: %p [%t] (%C{1}:%M():%L) %d{dd/MM/yyyy-HH:mm:ss,SSS} S:%X{服务类型} N:%X{ requestID}- %m%n
关于如何使用 otroslogviewer 并创建您想要的模式的文档非常少。
也许这里有人使用过 otroslogviewer 并且可以提供帮助。
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试使用:
级别 [线程] (PROP(A):PROP(B)():PROP(C)) 时间戳 S:PROP(D) N:PROP(E)- 消息
Try to use:
LEVEL [THREAD] (PROP(A):PROP(B)():PROP(C)) TIMESTAMP S:PROP(D) N:PROP(E)- MESSAGE
有点晚了,但如果它可以帮助其他人:这个模式就像使用“LogMX”日志查看器的魅力一样。我已经使用如下日志事件对其进行了测试:
INFO [thread] (MyClass:method():4513) 26/04/2012-10:25:49,541 S:Service N:ReqID- Test
A bit late, but if it can help others: this Pattern works like a charm using "LogMX" log viewer. I've tested it with a log event like:
INFO [thread] (MyClass:method():4513) 26/04/2012-10:25:49,541 S:Service N:ReqID- Test