Skip to content

40ants/log4sly

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Log4SLY

This package adds a C-c C-g shortcut which allows to setup log4cl's log levels from Emacs. You will be able to set different levels for packages, files and function definitions:

docs/log4sly-log-levels.png

Installation

System is available at Ultralisp. Please, setup your quicklisp client to use it as a source for packages:

(ql-dist:install-dist "http://dist.ultralisp.org/"
                      :prompt nil)

Next, download and setup log4sly.

CL-USER> (ql:quickload :log4cl)
CL-USER> (log4sly:install)
Wrote ~/projects/lisp/test-log4sly/.qlot/log4sly-setup.el

Add the following two statements to your ~/.emacs file
------------------------------------------------------
(load "~/projects/lisp/test-log4sly/.qlot/log4sly-setup.el")
(global-log4sly-mode 1)
------------------------------------------------------

Credentials

This system is based on log4slime, by Max Mikhanosh (max.mikhanosha@gmail.com).

About

This package adds a C-c C-g shortcut which allows to setup log4cl's log levels from Emacs.

Resources

Stars

Watchers

Forks

Packages

No packages published