Class: Temporalio::Internal::Bridge::Runtime::LoggingOptions
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Internal::Bridge::Runtime::LoggingOptions
- Defined in:
- lib/temporalio/internal/bridge/runtime.rb
Instance Attribute Summary collapse
-
#forward_to ⇒ Object
Returns the value of attribute forward_to.
-
#log_filter ⇒ Object
Returns the value of attribute log_filter.
Instance Attribute Details
#forward_to ⇒ Object
Returns the value of attribute forward_to
18 19 20 |
# File 'lib/temporalio/internal/bridge/runtime.rb', line 18 def forward_to @forward_to end |
#log_filter ⇒ Object
Returns the value of attribute log_filter
18 19 20 |
# File 'lib/temporalio/internal/bridge/runtime.rb', line 18 def log_filter @log_filter end |