1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-06-28 07:40:57 +02:00
tmux-fingers/src/fingers/logger.cr

7 lines
132 B
Crystal
Raw Normal View History

2020-05-02 11:45:56 +02:00
require "log"
require "../fingers/dirs"
module Fingers
Log.setup(:debug, Log::IOBackend.new(File.new(Dirs::LOG_PATH, "a+")))
end