mentorenwahl/docker/backend/src/backend/worker/log.cr
Dominic Grimm 0e742965cc
All checks were successful
continuous-integration/drone/push Build is passing
Added frontend
2022-01-29 16:40:39 +01:00

8 lines
82 B
Crystal

require "log"
module Backend
module Worker
Log = ::Log.for(self)
end
end