Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
nsq
master
Nsq
AttributeLogger
ClientBase
Connection
Consumer
Discovery
DiscoveryException
Error
Frame
Message
Opts
Producer
Response
Built with Crystal 1.9.2
2023-10-07 18:51:22 UTC
module
Nsq::AttributeLogger
Direct including types
Nsq::ClientBase
Nsq::Connection
Nsq::Discovery
Nsq::Frame
Defined in:
nsq/logger.cr
Class Method Summary
.included
(klass)
Instance Method Summary
#debug
(msg)
#error
(msg)
#fatal
(msg)
#info
(msg)
#warn
(msg)
Class Method Detail
def self.
included
(klass)
#
[
View source
]
Instance Method Detail
def
debug
(msg)
#
[
View source
]
def
error
(msg)
#
[
View source
]
def
fatal
(msg)
#
[
View source
]
def
info
(msg)
#
[
View source
]
def
warn
(msg)
#
[
View source
]