Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
solerian-api
master
Solerian
Auth
Passwd
User
CorsHandler
DB
Base
Entry
Meaning
Section
Sectionable
Storage
LogHandler
Validation
Generated using Crystal 1.14.0
2024-12-22 09:50:57 UTC
class
Solerian::
LogHandler
Solerian::LogHandler
Kemal::BaseLogHandler
Reference
Object
Defined in:
solerian/log.cr
Constructors
.new
(log : ::Log =
::
Log
.
for
(
"kemal"
))
Instance Method Summary
#call
(context : HTTP::Server::Context)
#write
(message : String)
Constructor Detail
def self.
new
(log : ::Log =
::
Log
.
for
(
"kemal"
))
#
[
View source
]
Instance Method Detail
def
call
(context : HTTP::Server::Context)
#
[
View source
]
def
write
(message : String)
#
[
View source
]