Sha256: 932a3ea86a7ab18b060ddae8c50c584b5bb34fb4ca59ed58c2779b1fbce86b90
Contents?: true
Size: 300 Bytes
Versions: 2
Compression:
Stored size: 300 Bytes
Contents
require 'dldinternet/mixlib/logging' module Aws module Cfn module Stacker module Logging include ::DLDInternet::Mixlib::Logging def self.included(receiver) receiver.extend(::DLDInternet::Mixlib::Logging::ClassMethods) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aws-cfn-stacker-0.0.6 | lib/aws/cfn/stacker/mixins/logging.rb |
aws-cfn-stacker-0.0.5 | lib/aws/cfn/stacker/mixins/logging.rb |