-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlfe.config
32 lines (31 loc) · 1.06 KB
/
lfe.config
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
#(project
#(meta (
#(name sdl2ex)
#(description "SDL2 Examples in LFE")
#(version "0.0.1")
#(keywords ("LFE" "Lisp" "Examples" "Graphics" "Games" "SDL" "SDL2"))
#(maintainers (
(#(name "Duncan McGreggor") #(email "[email protected]"))))
#(repos (
#(github "lfex/sdl2-examples"))))))
#(logging (
#(colored true)
#(colors (#(timestamp (color green))
#(process (color cyan))
#(date (color green))
#(time (color green))
#(modfunc (color yellow))
#(message (color green))
#(debug (color greenb))
#(info (color blue))
#(notice (color cyan))
#(warning (color yellow))
#(error (color red))
#(critical (color yellowb))
#(alert (color magentab))
#(emergency (color redb))))
#(backend lager)
#(options (#(lager_console_backend (
debug
#(logjam-formatter
(date " " time " [" pid "] [" severity "] " message "\n"))))))))