Class: Meteorlog::Wrapper

Inherits:
Object
  • Object
show all
Defined in:
lib/meteorlog/wrapper.rb

Defined Under Namespace

Classes: CloudWatchLogs, LogGroup, LogGroupCollection, LogStream, LogStreamCollection, MetricFilter, MetricFilterCollection

Class Method Summary collapse

Class Method Details

.wrap(cwl, opts = {}) ⇒ Object



3
4
5
# File 'lib/meteorlog/wrapper.rb', line 3

def wrap(cwl, opts = {})
  Meteorlog::Wrapper::CloudWatchLogs.new(cwl, opts)
end