class Cassandra::Logger
This class is a logger that may be used by the client to log the driver’s actions. It is a subclass of the standard Ruby Logger class, so it is instantiated the same way.
The format of log output is set to include the timestamp, thread-id, log severity, and message. This format may change in newer versions of the driver to account for new/deprecated metadata.
Inherits
Logger
Methods
self.
new
(*args)Returns a new instance of Logger