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
-
.agent ⇒ Object
Returns the value of attribute agent.
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.host ⇒ Object
Returns the value of attribute host.
-
.inject_rails ⇒ Object
Returns the value of attribute inject_rails.
-
.path ⇒ Object
Returns the value of attribute path.
-
.port ⇒ Object
Returns the value of attribute port.
-
.secure ⇒ Object
Returns the value of attribute secure.
Class Attribute Details
.agent ⇒ Object
Returns the value of attribute agent.
16 17 18 |
# File 'lib/oohlalog.rb', line 16 def agent @agent end |
.api_key ⇒ Object
Returns the value of attribute api_key.
16 17 18 |
# File 'lib/oohlalog.rb', line 16 def api_key @api_key end |
.host ⇒ Object
Returns the value of attribute host.
16 17 18 |
# File 'lib/oohlalog.rb', line 16 def host @host end |
.inject_rails ⇒ Object
Returns the value of attribute inject_rails.
16 17 18 |
# File 'lib/oohlalog.rb', line 16 def inject_rails @inject_rails end |
.path ⇒ Object
Returns the value of attribute path.
16 17 18 |
# File 'lib/oohlalog.rb', line 16 def path @path end |
.port ⇒ Object
Returns the value of attribute port.
16 17 18 |
# File 'lib/oohlalog.rb', line 16 def port @port end |
.secure ⇒ Object
Returns the value of attribute secure.
16 17 18 |
# File 'lib/oohlalog.rb', line 16 def secure @secure end |