Questions tagged [log4view]

The powerful log viewer for log4net, NLog, and log4j.

The powerful log viewer for log4net, NLog, and log4j.

It allows to locate critical sequences, find bugs and identify performance issues. Including powerful filtering techniques allows to quickly handle millions of log messages to filter them out and extract what are currently interested in. Developers and engineers could find submitted issues within seconds and have access to the full scope of log messages.

Home page: http://www.log4view.com/home/

10 questions
3
votes
2 answers

Difficulty viewing/receiving nlog network messages with log4view

I am trying to get a logging project up and running and having difficulties getting the network logging to work correctly. I've written a simple wrapper for NLog so I can have a project that I just just add to all my other projects. I have a simple…
Neil
  • 5,179
  • 8
  • 48
  • 87
2
votes
2 answers

Best tool for Microsoft Azure diagnostics for .net logging

Previously in my .net application I used NLog to write log in UDP which I used to view by log4View, now I am developing a web api service which I'll deploy to azure app service, is there any interactive tool like log4View for the web api service…
2
votes
1 answer

regarding log4view file receiver

I am trying to open old files which are logged long time ago but I am not sure with which logging framework but it does seem like log4net because the files have date, thread and a message basically. Now the problem is log4view receiver cannot view…
Precious
  • 237
  • 2
  • 7
  • 19
2
votes
2 answers

looking for a free(non commercial) log viewer with filtering and searching functions for database logs?

I am using log4net to log to a database, and I was requested to find a tool to filter and search through the logs in the database. I dealt with log file viewers before and i found LogExpert which is log file viewer completely free and it provides…
Precious
  • 237
  • 2
  • 7
  • 19
1
vote
0 answers

merge or combine App.config with Nlog.config Log4View

I'm building a winforms application, and am using NLog as my logging framework. My configuration for NLog resides in its own file, NLog.config and this is in the main program directory. So App.config and NLog.config sit in the same directory. The…
The_Chud
  • 991
  • 1
  • 11
  • 24
1
vote
1 answer

Use Log4View to a folder with zipped logfiles

I tried to use log4viewer for the first time. So my question is basic-level. It is possible to set Log4view to a folder, which has zipped log-files in it? And if yes, how can I configure Log4view correctly? I tried but can't find an example of to do…
0
votes
2 answers

Reading a Log4View Logfile using Log4net log4net.Layout.XmlLayout?

I'm trying to read a Log4net XMLLayout output log file using Log4View.