Module: InfluxdbLogger
- Defined in:
- lib/influxdb-logger/logger.rb,
lib/influxdb-logger/version.rb
Defined Under Namespace
Modules: Logger Classes: InnerLogger
Constant Summary collapse
- VERSION =
"1.0.2"
Instance Method Summary collapse
-
#log_to_file(message) ⇒ Object
for test.
Instance Method Details
#log_to_file(message) ⇒ Object
for test
37 38 39 40 41 |
# File 'lib/influxdb-logger/logger.rb', line 37 def log_to_file() # for test open("#{Rails.root}/log/my.log", 'a') { |f| f.puts .inspect } end |