Module: TezosClient::Logger
- Extended by:
- ActiveSupport::Concern
- Included in:
- TezosClient, ClientInterface, LiquidityInterface, RpcInterface
- Defined in:
- lib/tezos_client/logger.rb
Constant Summary collapse
- @@logger =
nil
- @@env_logger =
nil
Instance Method Summary collapse
Instance Method Details
#log(out) ⇒ Object
10 11 12 13 |
# File 'lib/tezos_client/logger.rb', line 10 def log(out) return unless self.class.logger self.class.logger << out + "\n" end |