Module: Protobuf::Logger::LogMethods
- Included in:
- Rpc::Client, Rpc::Connectors::Base, Rpc::Connectors::EMClient, Rpc::Connectors::Socket, Rpc::EventedServer, Rpc::Service, Rpc::SocketServer, Rpc::SocketServer::Worker
- Defined in:
- lib/protobuf/common/logger.rb
Overview
LogMethods module for log method including, e.g.:
class MyClass include Protobuf::Logger::LogMethods ... end
Produce a module to allow "include" in other classes to avoid cluttering the namespace of the including class with the other methods defined above