-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.rst
48 lines (32 loc) · 1.18 KB
/
README.rst
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
=========
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:
.. image:: docs/log4sly-log-levels.png
Installation
============
System is available at Ultralisp. Please, setup your quicklisp
client to use it as a source for packages:
.. code:: common-lisp
(ql-dist:install-dist "http://dist.ultralisp.org/"
:prompt nil)
Next, download and setup ``log4sly``.
.. code:: common-lisp
(ql:quickload :log4sly)
.. code:: common-lisp
(log4sly:install)
the output should look like this
.. code:: common-lisp-repl
CL-USER> (ql:quickload :log4sly)
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 ([email protected]).