created logging module
This commit is contained in:
parent
b241b19f44
commit
b6ca62465d
2 changed files with 88 additions and 0 deletions
7
rc.lua
7
rc.lua
|
@ -11,6 +11,13 @@ conf = require("localconf")
|
|||
|
||||
layouts = require('layouts')
|
||||
|
||||
-- {{{ Logging
|
||||
log = require("simplelog")
|
||||
log.add_logger(log.loggers.stdio, 0)
|
||||
log.add_logger(log.loggers.naughty, 2)
|
||||
|
||||
-- }}}
|
||||
|
||||
-- {{{ Tags
|
||||
|
||||
tags = require('tags')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue