Module: Oohlalog

Defined in:
lib/oohlalog.rb,
lib/oohlalog/railtie.rb,
lib/oohlalog/version.rb,
lib/oohlalog/buffered_logger.rb

Defined Under Namespace

Modules: BufferedLogger Classes: Counter, Logger, Railtie

Constant Summary collapse

VERSION =
"1.2.2"

Class Attribute Summary collapse

Class Attribute Details

.agentObject

Returns the value of attribute agent.



18
19
20
# File 'lib/oohlalog.rb', line 18

def agent
  @agent
end

.api_keyObject

Returns the value of attribute api_key.



18
19
20
# File 'lib/oohlalog.rb', line 18

def api_key
  @api_key
end

.hostObject

Returns the value of attribute host.



18
19
20
# File 'lib/oohlalog.rb', line 18

def host
  @host
end

.inject_railsObject

Returns the value of attribute inject_rails.



18
19
20
# File 'lib/oohlalog.rb', line 18

def inject_rails
  @inject_rails
end

.pathObject

Returns the value of attribute path.



18
19
20
# File 'lib/oohlalog.rb', line 18

def path
  @path
end

.portObject

Returns the value of attribute port.



18
19
20
# File 'lib/oohlalog.rb', line 18

def port
  @port
end

.secureObject

Returns the value of attribute secure.



18
19
20
# File 'lib/oohlalog.rb', line 18

def secure
  @secure
end

.session_tagObject

Returns the value of attribute session_tag.



18
19
20
# File 'lib/oohlalog.rb', line 18

def session_tag
  @session_tag
end

.tagsObject

Returns the value of attribute tags.



18
19
20
# File 'lib/oohlalog.rb', line 18

def tags
  @tags
end