Barista::Log
Constants
Logger = ::Log.for(self)
Class methods
backend(val : ::Log::Backend)
Sourcedebug(caller, *, color : Symbol | Nil = :default, &block : -> String | IO)
Sourceerror(caller, *, color : Symbol | Nil = :default, &block : -> String | IO)
Sourceinfo(caller, *, color : Symbol | Nil = :default, &block : -> String | IO)
Sourcelevel=(level)
Sourcewarn(caller, *, color : Symbol | Nil = :default, &block : -> String | IO)
Source