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.0"

Class Attribute Summary collapse

Class Attribute Details

.agentObject

Returns the value of attribute agent.



16
17
18
# File 'lib/oohlalog.rb', line 16

def agent
  @agent
end

.api_keyObject

Returns the value of attribute api_key.



16
17
18
# File 'lib/oohlalog.rb', line 16

def api_key
  @api_key
end

.hostObject

Returns the value of attribute host.



16
17
18
# File 'lib/oohlalog.rb', line 16

def host
  @host
end

.inject_railsObject

Returns the value of attribute inject_rails.



16
17
18
# File 'lib/oohlalog.rb', line 16

def inject_rails
  @inject_rails
end

.pathObject

Returns the value of attribute path.



16
17
18
# File 'lib/oohlalog.rb', line 16

def path
  @path
end

.portObject

Returns the value of attribute port.



16
17
18
# File 'lib/oohlalog.rb', line 16

def port
  @port
end

.secureObject

Returns the value of attribute secure.



16
17
18
# File 'lib/oohlalog.rb', line 16

def secure
  @secure
end