The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
188 views

Legit Log Viewer for NLog not working

I am using NLog to log all my .NET applications. And I am looking for a software which can help me to view these long logs easily. So Legit Log Viewer comes to me. However, I am not able to view the ...
0
votes
3answers
110 views

LogViewer in C# to view logs from database [closed]

In our project we have been storing the logs into database. I'm looking for any open source log viewer in C# that I can extend to my needs. I do not want to write a log viewer from scratch for this ...
0
votes
1answer
391 views

How should log4j.properties look like?

After discussion here I still cannot configure my program/chainsaw When I start ChainSaw I choose let me use a simple Receiver on port 4445 And in my program i set configuration: ...
0
votes
2answers
198 views

Sorting java log viewer

I am looking for good free java log viewer which can work with log4j. I came across a great answer and I've made a list of the best ones chainsaw logMX BareTail LogExpert LogFaces LogSaw ...
0
votes
3answers
1k views

Any good tutorials on lilith (log viewer for Logback)? [closed]

I am using slf4j + logback for logging. I am looking for a good event log viewer (like Apache Chainsaw). Logback website mentions Lilith. The lilith website is not only ugly (says so on website ...
0
votes
1answer
376 views

How to receive log in Log2console Log Viewer from Database table

I think question is self explanatory. Again Log2Console use only File, UDP, WinDebug, MSMQ EventLog ,TCP IP v4 and v6, Silverlight Socket Policy as Receiver. Is there any way to configure it with ...
1
vote
3answers
1k views

Is there any alternative to syslogd?

I am looking into writing my application's log files to a syslog server in addition to plain old log files. Are there any alternatives to syslogd? Currently we do not run any Linux servers, so it ...
0
votes
1answer
112 views

Looking for a Split View Debug Viewer to visualize Logs of Asynchronous Systems

To visualize asynchronous log output, I am looking for a log4j/net compatible debug viewer with a split view that shows log lines selectively on the left or right. The selection should be based on a ...
9
votes
6answers
5k views

Android desktop log viewer

My Android application may save logcat logs to a file. This log file is then sent to developers for analysis. Is there a nice desktop android log viewer application, which would visualize these logs? ...
0
votes
1answer
48 views

Text Tool for log file updation [closed]

I'm looking for a text tool ( if not a text tool say it as a log file viewer ...) which updates the log file from where it last stopped , instead refreshing the whole log file from the beginning. ...
0
votes
4answers
563 views

Does ruby have a log viewer?

Is there a log viewer for displaying Ruby log files from any of its loggers (be it l4r or their basic logger)? Some kind of gui app that opens a log file and can support simple queries such as INFO ...