开发者

Free tools for reading log4net files from a remote server

Are there any good free tools out there that can allow me to tail read a log4net log file when that file is generated on a production server?

I am thinking about adjusting it to push to the database and reading the database, but that seems ove开发者_如何学Gorkill for something pretty simple. Am I missing an obvious tool?


We tend to use the log4net Remote Logging Service so that logs get pumped across the network rather than on the drive of a production server.

The service can then be configured to put logs into a file on the host machine.

Then, we use log2console to view the log file provided the log file is in a network share or you are working directly on the logging machine.

It's not clear exactly what your requirements are, but if you have access to the network share where the log file is, you might just be able to point log2console at it and view it.


Consider adding a Chainsaw Appender to your log4net configuration and then running log2console to receive/filter/parse the log as they're generated.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜