mentorenwahl/docker/backend/src/backend/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

6 lines
58 B
Crystal

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