Что такое log viewer.exe? это безопасно или вирус? как удалить или исправить это

Содержание

Конфигурация

Я старался сделать конфигурацию как можно проще, чтобы всё работало из коробки. Если попросить пользователя задать формат лога, то большинство просто закроют приложение и пойдут смотреть по старинке. Поэтому формат лога распознаётся автоматически. Конечно, это работает не всегда и часто не точно. Для таких случаев можно лога вручную в файле конфигурации. Можно использовать паттерны log4j, logback или просто регексп. Если ваш лог не распознался, но вам кажется что должен — создайте issue на GitHub, этим вы поможете проекту.

Самая нужная настройка — список видимых файлов. По умолчанию доступны все файлы с расширением «.log» и видна вся структура каталогов, но это не очень хорошо с точки зрения секьюрити. В конфигурационном файле можно ограничить видимость файлов с помощью списка паттернов типа такого:

Пользователю будут доступны только .log файлы в директории /opt/my-app/logs и любые файлы в директории ~/work и её поддиректориях.

Более подробная информация в документации на GitHub.

File Viewer Lite

File Viewer Lite is a free log file viewer which lets you open large log files quickly. It displays metadata and other information of opened file on its interface. For example, if I open a log file in this free log viewer, I will get alpha and omega of that file, which includes: file size, file location, date and time on which it was opened, date and time on which it was modified, etc. On the right side on its interface, entire log file is displayed along with the line numbers, Ruler, and Syntax Tree. There are options to hide one or any of these.

If I talk about the type of view, there are three types of views available for a log file, namely: Native, Text, and Hex view.

  • Native view is the original representation of a log file, i.e. it shows a log file in its original code. This is the default view.
  • Text view converts a log file and displays it in a coded text format.
  • Hex view converts a log file in Hexadecimal code and displays it on the interface.

A very useful feature of this freeware is Find Tool.

Find Tool: You can search a text in the entire log file by pressing Ctrl+F keys on your keyboard. Following are types of searches that are available in this free log viewer:

  • Case Sensitive
  • Whole Words Only
  • Regular Expressions Searches

This file viewer provides further options to customize the search:

  • Direction Search: Use this search mode to start search either in forward or in backward direction.
  • Origin Search: This type of search mode starts searching texts either from the position where you have placed cursor in a log file or from the beginning.

Apart from this, it also lets you edit a log file and export it on your PC as txt file. Cut, Copy, and Paste features are also available in this free log analyzer for PC.

Though this free log viewer comes with many good features, but I do not recommend it to you if you are looking for log viewers that can handle heavy files easily. This freeware is limited for small log files whose size do not exceeds 300 MB. I have tried 500 MB log file in this Windows log viewer, but it failed to open it and displayed a message “Not Sufficient Memory“. Hence, I suggests you to download it only if you are looking for a very basic log file viewer.

NOTE: Save feature is not available in its free version.

Free File Viewer

Free File Viewer is a versatile file viewer that can open files of various formats. It supports opening log files as well and opens large log files quickly without affecting any other running task. It is such a fast large log file viewer that opening 1 GB large log files is a cake walk for this software. In terms of features, it is pretty basic. You can open a log file, and perform basic searches in it. It only shows one search result at a time, and you need to manually move to next search result. Apart from that, it really does not have any feature that make it a good log file viewer.

On the contrary, I noticed a couple of issues while installing it. It tried to change homepage of my browser without my permission. It also downloaded Real Player’s browser plugin, without asking me for the same.

So, I would suggest you to stay away from this, unless you are looking for a versatile file viewer that can support a lot of file formats (including image and video formats).

Windows

Write a Comment

Universal Viewer

Universal Viewer is another log file viewer that can be used for viewing heavy log files. I don’t know the maximum size of a log file that it supports, but I have opened 1 GB log file in this free log viewer and it opened it in less than 1 second. This shows how fast this software is. One of the advantages of this software is that you can open all log files one by one by clicking previous file or next file buttons if all log files are located in the same folder. It does not lets you edit a log file but a lot more features are available in this freeware.

To analyze a log file, search is a very important tool. You can find a text or a string in this software with the help of Find tool available. There are different filters available in the software which you can use to refine your search. Following are these filters that are beneficial for getting more relevant search results:

  • Case Sensitive: Like other log file readers in this list, case sensitive feature is also same for this software.
  • Whole Words Only: Enable this filter, this software considers the typed letters as a complete word and searches for that.
  • Regular Expressions: Log files contain many regular expressions. This tool is designed to search such type of expressions.
  • Direction: This feature lets you start your search either from top to bottom or from bottom to top.
  • Origin: This type of search mode starts searching texts either from the position where you have placed cursor in a log file or from the beginning.

Have a look at some of its general features:

  • You can rename any log file.
  • On pressing F5 key, you can copy the entire file to any folder on your PC.
  • You can also move a log file to any folder on your system.
  • Print feature is available in this freeware. You can preview a file before taking its print-out.
  • It can also display non-printable characters.
  • You can copy a selected string or whole log file and paste it into a new file.
  • It lets you create a link to any log file for easy access.
  • It supports more than 5 viewing modes for a file, which includes: Text, Binary, Hexadecimal, RTF, etc.

This is a very good log file viewer in terms of speed, as it saves your time by opening large log files quickly. Besides this, it has a biggest downfall. It highlights only one searched text at a time.

Фильтрация

Набор фильтров зависит от формата лога. Некоторые фильтры доступны всегда, например фильтр по подстроке, а некоторые появляются если в логе присутствует поле определённого типа. Это позволяет создавать специализированные фильтры для некоторых типов полей. Например, если в логе есть поле severity, то в верхней панельке появится такой UI компонент:

Очень удобно добавлять фильтры из контекстного меню. Можно выделить текст, кликнуть правой кнопкой мыши и выбрать «Не показывать записи с таким текстом». На панельку с фильтрами автоматически добавится фильтр по тексту, скрывающий записи с таким текстом. Помогает когда лог завален однообразными записями, не интересными в данный момент.

Можно кликнуть на запись и выбрать «Скрыть последующие записи» или «Скрыть предыдущие записи», чтобы работать только с определённой частью лога. Скрытие происходит добавлением фильтра по дате.

Для сложных случаев можно задать фильтр с условием написанным на JavaScript. Такой фильтр представляет из себя функцию принимающую одну записи и возвращающую true или false.

При изменении фильтров, просмотрщик старается максимально сохранить позицию в логе. Если есть выделенная запись, то изменение фильтров не изменит её положения на экране, а записи вокруг пропадут или появятся. Пользователь может задать фильтр, чтобы были видны только ошибки, найти подозрительную ошибку, затем убрать фильтр и смотреть что происходило вокруг этой ошибки.

Состояние панели фильтров отображается в параметрах URL, чтобы можно было добавить в закладки браузера текущую конфигурацию.

Как исправить Log Viewer.exe

Аккуратный и опрятный компьютер — это один из лучших способов избежать проблем с Messenger Plus! по скайпу. Это означает выполнение сканирования на наличие вредоносных программ, очистку жесткого диска cleanmgr и ПФС / SCANNOWудаление ненужных программ, мониторинг любых автозапускаемых программ (с помощью msconfig) и включение автоматических обновлений Windows. Не забывайте всегда делать регулярные резервные копии или хотя бы определять точки восстановления.

Если у вас возникла более серьезная проблема, постарайтесь запомнить последнее, что вы сделали, или последнее, что вы установили перед проблемой. Использовать resmon Команда для определения процессов, вызывающих вашу проблему. Даже в случае серьезных проблем вместо переустановки Windows вы должны попытаться восстановить вашу установку или, в случае Windows 8, выполнив команду DISM.exe / Online / Очистка-изображение / Восстановить здоровье, Это позволяет восстановить операционную систему без потери данных.

Обновлен сентябрь 2021:

Мы рекомендуем вам попробовать этот новый инструмент. Он исправляет множество компьютерных ошибок, а также защищает от таких вещей, как потеря файлов, вредоносное ПО, сбои оборудования и оптимизирует ваш компьютер для максимальной производительности. Это исправило наш компьютер быстрее, чем делать это вручную:

  • Шаг 1: (Windows 10, 8, 7, XP, Vista — Microsoft Gold Certified).
  • Шаг 2: Нажмите «Начать сканирование”, Чтобы найти проблемы реестра Windows, которые могут вызывать проблемы с ПК.
  • Шаг 3: Нажмите «Починить все», Чтобы исправить все проблемы.

Загрузите или переустановите Log Viewer.exe

Вход в музей Мадам Тюссо не рекомендуется загружать заменяемые exe-файлы с любых сайтов загрузки, так как они могут содержать вирусы и т. д. Если вам необходимо скачать или переустановить Log Viewer.exe, мы рекомендуем переустановить основное приложение, связанное с ним. Мессенджер Плюс! для скайпа.

Информация об операционной системе

Ошибки Log Viewer.exe могут появляться в любых из нижеперечисленных операционных систем Microsoft Windows:

  • Окна 10
  • Окна 8.1
  • Окна 7
  • Windows Vista
  • Windows XP
  • Windows ME
  • Окна 2000

Getting GPXSee

  • Windows installer
  • Mac OS X bundle
  • Linux repos/packages
  • Sources

Additionally to the source codes, GPXSee is available as a Windows
installer and an OS X dmg from the project’s Sourceforge page and in
form of various Linux packages from the project’s openSUSE Build Service
page. Most Linux distributions (Archlinux, Fedora, Gentoo, openSUSE, …)
as well as BSD distributions (FreeBSD, NetBSD, OpenBSD) also provide
GPXSee in their official repositories, however not always in the latest
version.

On OS X you can also use the MacPorts or Homebrew packaging systems
to install GPXSee.

The official Windows & OS X installers are always signed using
certificates
available at the GitHub project page. As the certificates are non-commercial
(self-signed) you have to import the certificate on Windows first if you want
your OS automatically check the installer when installing GPXSee. On OS X,
Apple does not allow software that does not generate them profit like GPXSee
to pass OS X’s Gatekeeper (you can’t import custom certificates) so you need to
run the application using the «right click menu» when opening it for the first
time.

Legit Log Viewer

Legit Log Viewer is another free log viewer software for Windows in this list. As you launch this log file viewer, it displays a demo log file on the interface for the first time. You can take a look at its features by playing around with this demo log file.

This log file viewer lets you open multiple log files together, in its different tabs. Moreover, it also displays the recently opened log files, so you can open them quickly. Multiple file formats (llog, xlog, text, and log) are supported by this free log analyzer software. All these formats are applicable for both import and export options. It also lets you copy a selected text to clipboard and load the copied text from clipboard into the software.

This log viewer is not a plain text viewer (though, it supports log files in txt format as well). Instead, it neatly organizes logs in form of tables. For the table, you can choose which columns to show or hide. You can choose to show / hide following columns:

  • ProcessId
  • Date / Time
  • Level
  • Context
  • Logger
  • Message

You can also choose to sort the log file on any of these columns, just by clicking on the corresponding column header. Some of the columns come with filtering options as well. For example, in “Level”, you can choose to view any of Info, Warning, or Trace type messages.

It also comes with a filter option to see all the rows with a specific message.

Apart from opening existing log files, it comes with another powerful feature to capture Live Logs. There are various Log formats that it can capture live in Windows. Some of these include: C++ Library, DebugView log (Clock time, PIDs), WiX log, DebugView log (Clock time), etc. You can choose to remove one or more of these if you want to capture only specific type of events.

It also come with option to export log files, and encrypt / decrypt log files.

Move Event Viewer log files to another location

Important

This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, see How to back up and restore the registry in Windows.

To move Event Viewer log files to another location on the hard disk, follow these steps:

  1. Click Start, and then click Run.

  2. In the Open box, type regedit, and then click OK.

  3. Locate and click the registry key: .

  4. Click the subkey that represents the event log that you want to move, for example, click Application.

  5. In the right pane, double-click File.

  6. Type the complete path to the new location (including the log file name) in the Value data box, and then click OK.

    For example, if you want to move the application log (Appevent.evt) to the Eventlogs folder on the E drive, type e:\eventlogs\appevent.evt.

  7. Repeat steps 4 through 6 for each log file that you want to move.

  8. Click Exit on the Registry menu.

  9. Restart the computer.

Распространенные сообщения об ошибках в Log Viewer.exe

Наиболее распространенные ошибки Log Viewer.exe, которые могут возникнуть:

• «Ошибка приложения Log Viewer.exe».
• «Ошибка Log Viewer.exe».
• «Возникла ошибка в приложении Log Viewer.exe. Приложение будет закрыто. Приносим извинения за неудобства».
• «Log Viewer.exe не является допустимым приложением Win32».
• «Log Viewer.exe не запущен».
• «Log Viewer.exe не найден».
• «Не удается найти Log Viewer.exe».
• «Ошибка запуска программы: Log Viewer.exe».
• «Неверный путь к приложению: Log Viewer.exe».

Эти сообщения об ошибках .exe могут появляться во время установки программы во время выполнения связанной с ней программы Messenger Plus! для Skype, при запуске или завершении работы Windows или даже при установке операционной системы Windows

Отслеживание момента появления ошибки Log Viewer.exe является важной информацией, когда дело доходит до устранения неполадок

Summary

Windows 2000 and Windows Server 2003 record events in the following logs:

  • Application log

    The application log contains events that are logged by programs. Events that are written to the application log are determined by the developers of the software program.

  • Security log

    The security log contains events such as valid and invalid logon attempts. It also contains events that are related to resource use, for example, when you create, open, or delete files. You must be logged on as an administrator or as a member of the Administrators group to turn on, to use, and to specify which events are recorded in the security log.

  • System log

    The system log contains events that are logged by Windows system components. These events are predetermined by Windows.

  • Directory Service log

    The Directory Service log contains Active Directory-related events. This log is available only on domain controllers.

  • DNS Server log

    The DNS Server log contains events that are related to the resolution of DNS names to or from Internet protocol (IP) addresses. This log is available only on DNS servers.

  • File Replication Service log

    The File Replication Service log contains events that are logged during the replication process between domain controllers. This log is available only on domain controllers.

By default, Event Viewer log files use the .evt extension and are located in the folder.

Log file name and location information is stored in the registry. You can edit this information to change the default location of the log files. You may want to move log files to another location if you require more disk space in which to log data.

Могу ли я удалить или удалить Log Viewer.exe?

Не следует удалять безопасный исполняемый файл без уважительной причины, так как это может повлиять на производительность любых связанных программ, использующих этот файл. Не забывайте регулярно обновлять программное обеспечение и программы, чтобы избежать будущих проблем, вызванных поврежденными файлами. Что касается проблем с функциональностью программного обеспечения, проверяйте обновления драйверов и программного обеспечения чаще, чтобы избежать или вообще не возникало таких проблем.

Согласно различным источникам онлайн,
этот файл может быть вредным, но рекомендуется проверить надежность этого исполняемого файла самостоятельно, чтобы определить, является ли он безопасным или вирусом. Лучшая диагностика для этих подозрительных файлов — полный системный анализ с , Если файл классифицирован как вредоносный, эти приложения также удалят Log Viewer.exe и избавятся от связанных вредоносных программ.

Однако, если это не вирус и вам нужно удалить Log Viewer.exe, вы можете удалить Messenger Plus! для Skype со своего компьютера с помощью программы удаления, которая должна находиться по адресу: «C: \ Program Files \ Yuna Software \ Messenger Plus! for Skype \ Uninstall.exe». Если вы не можете найти его деинсталлятор, возможно, вам придется удалить Messenger Plus! для Skype, чтобы полностью удалить Log Viewer.exe. Вы можете использовать функцию «Добавить / удалить программу» в Панели управления Windows.

1. в Меню Пуск (для Windows 8 щелкните правой кнопкой мыши в нижнем левом углу экрана), нажмите Панель управления, а затем под Программы:
o Windows Vista / 7 / 8.1 / 10: нажмите Удаление программы.
o Windows XP: нажмите Установка и удаление программ.

2. Когда вы найдете программу Мессенджер Плюс! для скайпащелкните по нему, а затем:
o Windows Vista / 7 / 8.1 / 10: нажмите Удалить.
o Windows XP: нажмите Удалить or Изменить / Удалить вкладка (справа от программы).

3. Следуйте инструкциям по удалению Мессенджер Плюс! для скайпа.

Log Expert

Log Expert is a lightweight log viewer for Windows. This log file viewer is suitable for small log files. I was able to open a 300 MB log file in it, but a larger file didn’t open. It can open multiple log files in separate tabs. If you reopen the software, all tabs will be restored. The best part of this freeware is that you can edit a log file and save it on your PC. Like some other log viewer software in this list, it also displays the list of recently opened files, which provides you quick access. It opens a log file and displays its line numbers.

You can add bookmarks to any row and switch among added bookmarks easily. If you want to view all your added bookmarks, simply press F6 key. This log analyzer will open a window that contains all your added bookmarks. It also lets you export all bookmarks on your PC.

Filters: Use filters to modify your searches. You can make your searches case sensitive, invert your matches, restrict columns, open filtered results in new tabs, etc.

Search Tool: You can start your search either from selected text or from top. Besides this, directional search is also available in this software, which lets you start search in forward or backward direction. It highlights all searched text within the entire log file with yellow color. This lets you recognize them easily. After the completion of a search, it shows all the lines that contain searched text along with their line numbers at its bottom part.

Encoding: It supports 5 types of encoding, which include: ASCII, Windows-1252, UTF8, etc.

Почему Graylog?

Это не единственная и, возможно, далеко не самая лучшая платформа, но она широко распространена, прошла проверку временем и все еще поддерживается разработчиками.

Но, начать мы решили с анализа “конкурентов”.

Альтернативы

Splunk

Классный, модный, современный Splunk соответствует подавляющему большинству потребностей и скорее всего, может даже больше.

Но есть три момента, которые не понравились:

  • В нужной конфигурации решение платное.

  • Это закрытое решение.

  • Компания, без объяснений причин покинула рынок РФ.

Но, если вас это не смущает, немного полезной информации по платформе:

  • Обзорная статья на habr.

  • Сравнение платной и бесплатных версий.

С этим “претендентом” не получилось, идем дальше.

Например, тут и тут его часто сравнивают с ELK, который и рассмотрим.

ELK

Стек продуктов Elasticsearch, Logstash, Kibana, образующий аббревиатуру ELK — это очень популярное и еще более настраиваемое решение, по сравнению с предыдущим. Более того, это решение open source.

Что же пошло не так?

  • Некоторые фишки все же платные, например, уведомления и контроль доступа (однако, после некоторых событий часть данного функционала стала бесплатной).

  • Ресурсоемкость — требуется очень много ресурсов.

  • Систему сложно настроить, “из коробки” она работать не будет.

  • Еще нужно упомянуть Open Distro, которая развивается на базе ELK, но полностью бесплатная, что не отменяет ресурсоемкость и сложность в настройке.

Немного полезной информации:

  • Инструкция по установке и настройке (eng).

  • Цикл статей на habr: часть 1, часть 2, часть 3.

Остановились на Graylog

Двух претендентов отсеяли, остался виновник торжества — Graylog, выделяющийся по следующим причинам:

  • Это open source решение.

  • Бесплатная версия имеет все необходимое.

  • Функционал небольшой, что удобно, ничего лишнего (для наших задач).

  • “Из коробки” решение уже работает, нужны минимальные настройки.

  • По сравнению с ELK ресурсоемкость значительно ниже.

Далее, мы предлагаем лонгрид по настройке и установке Graylog.

Работа с несколькими нодами

Мёрж файлов, расположенных на разных нодах — это киллер фича, ради которой и затевался проект. Как я уже говорил, файл никогда не скачивается полностью с одной ноды на другую и не индексируется. Поэтому, на каждой из нод должен быть запущен Log Viewer. Пользователь открывает web UI на одной из нод, указывает расположение логов, и Log Viewer коннектится к другим инстансам LogViewer чтобы подгружать содержимое лога через них. Записи из всех открытых файлов мёржатся по таймстемпу и показываются как буд-то это один файл.

Вкратце опишу как это работает под капотом. Когда пользователь открывает страницу, надо показать конец лога, для этого на каждую ноду отправляется запрос «дай последние N записей», где N — количество строк помещающихся на экран. Полученные записи сортируются по таймстемпу, берутся последние N записей и показываются пользователю. Когда пользователь скролит страницу вверх, на все ноды посылается запрос «дай последние N записей с таймстемпом меньше T», где T — таймстемп самой верхней записи на экране. Полученные записи сортируются и добавляются на страницу. При скроле вниз происходит тоже самое, только в другую сторону. Поиск позиции в файле, где находятся записи старше/младше T, работает очень быстро, так как записи отсортированы по таймстемпу и можно использовать бинарный поиск. Там есть много нюансов, но общая схема такая. Мёрж работает только если система смогла определить фомат лога и в каждой записи задан полный тайстемп.

На данный момент, нет UI для выбора файлов на разных нодах, приходится прописывать файлы в параметрах URL в таком виде:http://localhost:8111/log?path=/opt/my-app/logs/a.log@hostname1&path=/opt/my-app/logs/b.log@hostname1&path=/opt/my-app/logs/c.log@hostname2здесь каждый параметр «path» задаёт один файл, после «@» указывается хост, на котором лежит файл и запущен инстанс просмотрщика логов. Можно указать несколько хостов через запятую. Если «@» отсутствует — файл находится на текущей ноде. Чтобы не иметь дела с огромными URL, есть возможность задать в конфигурации, в разделе .

Эмуляторы

Эмуляторы Lowrance — загружаемые программные приложения, которые моделируют на Вашем компьютере работу фактического прибора. Вы можете установить эмулятор на свой компьютер и программа создаcт виртуальный эхолот или GPS, который в точности повторяет внешний вид и работу прибора! Демонстрационные карты Navionics включены в эмуляторы продуктов, у которых есть возможность чтения карты памяти. Эти эмуляторы позволяют Вам:

  • попробовать эхолот, эхолот-навигатор Lowrance в работе, не покупая его
  • спокойно, в домашней обстановке, разобраться во всех функциях сонара и не тратить драгоценное время на обучение на воде
  • экспериментировать с дополнительными функциями и установками для максимально точной настройки под собственные нужды
  • детально осматривать сохраненные маршруты ваших путешествий, исследуя пути и рельеф дна в излюбленных местах рыбалки не расходуя топливо для лодки

Эмуляторы серий Mark, Elite выделены жирным.

  • Elite-5 Emulator |Загрузить (17 MB)
  • Elite-5x Emulator | Загрузить (15 MB)
  • Mark-5x Emulator | Загрузить (15 MB)
  • Lowrance AirMap 2000C | Загрузить (12.6 MB)
  • Lowrance LCX-25C | Загрузить (14.6 MB)
  • Lowrance LCX-112C | Загрузить (17.3 МБ)
  • Lowrance LMS-520C | Загрузить (17.3 МБ)
  • Lowrance LMS-522C iGPS | Загрузить (17.3 МБ)
  • Lowrance LMS-525C DF | Загрузить (17.3 МБ)
  • Lowrance LMS-527C DF iGPS | Загрузить (17.3 МБ)
  • Lowrance X125 | Загрузить (5.3 МБ)
  • Lowrance X126DF | Загрузить (5.3 МБ)
  • Lowrance X510C | Загрузить (5 МБ)
  • Lowrance X515C DF | Загрузить (4.9 МБ)
  • Lowrance X87 | Загрузить (3.3 МБ)
  • Lowrance X88DF | Загрузить (3.3 МБ)
  • Lowrance iFINDER H2O | Загрузить (12.5 МБ)
  • Lowrance iFINDER Pro | Загрузить (12.8 МБ)

Установка эмулятора предельно проста. Кликните на кнопку «загрузить», напротив интересующего вас прибора. В появившемся меню выберите кнопку «сохранить», затем укажите папку на вашем компьютере в которую загрузится эмулятор. После завершения загрузки запустите установочную программу и следуйте инструкциям (достаточно просто нажимать кнопку «Next»). По завершении установки в меню «Пуск/Программы» (Start/Programs) появиться новый раздел, в котором и будет эмулятор.Выключение программы происходит как и в настоящем приборе, а именно — необходимо нажать и удерживать кнопку «PWR». Для удаления программы достаточно зайти в «Панель управления» в раздел «Установка и удаление программ», найти там программу, которую вы хотите удалить и нажать на кнопку «Заменить/Удалить».

Installation and Use

Simply execute the DebugView program file (dbgview.exe) and
DebugView will immediately start capturing debug output. Note that if
you run DebugView on Windows 2000/XP you must have administrative
privilege to view kernel-mode debug output. Menus, hot-keys, or toolbar
buttons can be used to clear the window, save the monitored data to a
file, search output, change the window font, and more. The on-line help
describes all of DebugView’s features.

This is a screenshot of DebugView capturing Win32 debug output from a
remote system. Note the presence of a highlighting filter.

Download DebugView (1.3 MB)

Run now from Sysinternals Live.

Встраивание просмотрщика в своё приложение

Log Viewer можно подключить к своему Java Web приложению как библиотеку, чтобы оно могло показывать пользователю свои логи. Иногда это удобней чем запуск отдельным приложением. Достаточно просто добавить зависимость на библиотеку библиотеку через Maven/Gradle и подключить один конфигурационный класс в spring context. Всё остальное сконфигурится автоматически, log viewer сам распознает какая система логгирования используется и возьмёт из её конфигурации расположение и формат логов. По умолчанию UI маппится на /logs, но всё можно кастомизировать. Пока автоматическая конфигурация работает только с Log4j и Logback.

Это тестировалось на маленьком количестве приложений, если у вас возникнут проблемы — смело пишите в discussions на GitHub.

GamutLogViewer

GamutLogViewer is quite a feature rich log viewer for Windows. It comes in both free as well as paid version. Even though many of the features are disabled in free version, still its free version has some features that make it stand apart from the rest.

The feature that I like most in this log viewer is that you can specify your own log parser in that. What that means is that if you have a log file that have long lines of text, but you want to divide that text in form of columns, then you can define that pattern in this software. It will then use that pattern to display your log file in form of nice table with rows and columns. And it makes it very easy to define the pattern. You start by choosing a row which has data for all the columns that you want, then break that row into separate columns, then specify the column separators, and you are done. You can also save the log parser that you have defined so that you can use that in future for other similar log files. And you can define multiple log parsers and pick from among them whenever you try to open a log file.

In terms of search, it provides both normal search as well as regex search. However, regex search is available in paid version only.

In the free version, it provides option to highlight rows with different colors depending on the filters that you have specified. For example, you can specify that all the rows that have “Policy” word should be highlighted with Red color, the ones that have word “reset” should be highlighted with Green color, and so on. You can specify multiple filters together to highlight rows with different colors.

Some other features that are available on the interface of this free log viewer are:

  • Its main toolbar has icons for Error, Info, Message, etc. that let you quickly jump to corresponding row in your log file.
  • You can wrap text.
  • Bookmark lines
  • Zoom in and out
  • Option to add column level filters
  • Option to undo filters
  • It can open multiple log files together on its tabbed interface.
  • There are tons of encoding formats it supports, including,  OEM United states – IBM437, Thai (Windows) – Windows-874, Unicode-utf-16, Baltic (Windows) – Windows-1257, Chinese Traditional (CNS)-x-Chinese-CNS.

The paid version of this software is even more feature rich, and comes with advanced features like, merge multiple log files into one, split log file into multiple files, save color filters, etc.

So, if you are not looking for advanced search options for your log file, then this is one of the best free log file viewer.

brief list of data providers

Real Time Data providers:

Data Provider Description
gRPC Real Time Data Provider A gRPC Data provider that connect to Analogy Log Server and read message back to Analogy Log Viewer
Analogy.AspNetCore.LogProvider A AspNetCore provider that streams logs to Analogy Log Server
Analogy.LogViewer.NLog.Targets NLog Target that streams logs to Analogy Log Server
Serilog Sink Serilog Sink that streams logs to Analogy Log Server
Windows event logs Real time Component of Windows Event logs Parser

Offline Data providers:

Data Provider Description
Serilog Parser Parser for Serilog log files
NLog Parser Parser for NLog log files
Log4Net Parser Parser for Log4Net log files
Regular Expression Parser Regular Expression Parser
IIS log Parser Parser for IIS log files
RSS Reader RSS Feeds inside Analogy Log Viewer
Generic Json Log Parser Generic Json Parser
XML Parser Generic XML Parser
Windows event logs Windows Event logs Parser
Plain Text Parser Plain Text Parser
Git History Display your Git Repository commit history
Kafka Producer/ consumer Kafka Producer / Consumer

GPXSee maps

GPXSee supports most tile server based online maps out there, but the
list
of map definitions distributed with the official packages is limited
to a small set of well known global map services. You may however easily
extend (or change) the default map list with your own map definitions.

There is a community driven GPXSee maps
repository
on GitHub where you can find a lot of additional map definitions for various
map services, usually run by some state geographic institution or a non-profit
organization.

Additionally to the online maps, you can use the most common community provided
offline maps. This includes Garmin IMG maps and Mapsforge vector maps, MBTiles,
JNX and KML maps as well as images in GeoTIFF format or using ESRI world files
to georeference the raster data. The set of supported offline map formats has
become so large during the time, that you can now use GPXSee also as an universal
map viewer. There is even an option to load whole map directories and generate
their overviews on a base map.

Log Viewer.exe безопасный, или это вирус или вредоносное ПО?

Первое, что поможет вам определить, является ли конкретный файл законным процессом Windows или вирусом, — это расположение самого исполняемого файла. Например, такой процесс, как Log Viewer.exe, должен запускаться из C: \ Program Files \ Yuna Software \ Messenger Plus! для Skype \ MsgPlusForSkypeService.exe, а не где-либо еще.

Для подтверждения откройте диспетчер задач, выберите «Просмотр» -> «Выбрать столбцы» и выберите «Имя пути к изображению», чтобы добавить столбец местоположения в диспетчер задач. Если вы обнаружите здесь подозрительный каталог, возможно, стоит дополнительно изучить этот процесс.

Еще один инструмент, который иногда может помочь вам обнаружить плохие процессы, — это Microsoft Process Explorer. Запустите программу (не требует установки) и активируйте «Проверить легенды» в разделе «Параметры». Теперь перейдите в View -> Select Columns и добавьте «Verified Signer» в качестве одного из столбцов.

Если статус процесса «Проверенная подписывающая сторона» указан как «Невозможно проверить», вам следует взглянуть на процесс. Не все хорошие процессы Windows имеют метку проверенной подписи, но ни один из плохих.

Наиболее важные факты о Log Viewer.exe:

  • Находится в C: \ Program Files \ Yuna Software \ Messenger Plus! для скайпа вложенная;
  • Издатель: Юна Софт
  • Полный путь: C: \ Program Files \ Yuna Software \ Messenger Plus! для Skype \ MsgPlusForSkypeService.exe
  • Файл справки:
  • URL издателя: www.msgplus.net
  • Известно, что до 59.68 MB по размеру на большинстве окон;

Если у вас возникли какие-либо трудности с этим исполняемым файлом, вам следует определить, заслуживает ли он доверия, прежде чем удалять Log Viewer.exe. Для этого найдите этот процесс в диспетчере задач.

Найдите его местоположение (оно должно быть в C: \ Program Files \ Yuna Software \ Messenger Plus! Для Skype) и сравните размер и т. Д. С приведенными выше фактами.