Download Latest Version log4j-mode-1.4.zip (8.5 kB)
Email in envelope

Get an email when there's a new version of Log4j mode - view log files in Emacs

Name Modified Size InfoDownloads / Week
Parent folder
README.md 2016-01-08 477 Bytes
log4j-mode-1.4.zip 2016-01-08 8.5 kB
Totals: 2 Items   9.0 kB 0

Log4j mode version 1.4

Installation

Download and unzip the provided zip file. Place "log4j-mode.el" in your load-path, and place the following lines of code in your init file:

(autoload 'log4j-mode "log4j-mode" "Major mode for viewing log files." t)
(add-to-list 'auto-mode-alist '("\\.log\\'" . log4j-mode))

Changes

  • Added customization of log level regexps.
  • Added case sensitive highlighting.
  • Fixed some compilation warnings.
Source: README.md, updated 2016-01-08