Module: OCI
- Defined in:
- lib/fluent/plugin/out_oci-logging-analytics.rb
Class Attribute Summary collapse
-
.logger ⇒ Logger
Defines the logger used for debugging for the OCI module.
-
.sdk_name ⇒ Object
Returns the value of attribute sdk_name.
Class Attribute Details
.logger ⇒ Logger
Defines the logger used for debugging for the OCI module. For example, log to STDOUT by setting this to Logger.new(STDOUT).
49 50 51 |
# File 'lib/fluent/plugin/out_oci-logging-analytics.rb', line 49 def logger @logger end |
.sdk_name ⇒ Object
Returns the value of attribute sdk_name.
43 44 45 |
# File 'lib/fluent/plugin/out_oci-logging-analytics.rb', line 43 def sdk_name @sdk_name end |