struct LSP::LogTraceParams
- LSP::LogTraceParams
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/lifecycle/log_trace.crConstructors
Instance Method Summary
-
#message : String
The message to be logged.
-
#message=(message : String)
The message to be logged.
-
#verbose : String
Additional information that can be computed if the
traceconfiguration is set to'verbose' -
#verbose=(verbose : String)
Additional information that can be computed if the
traceconfiguration is set to'verbose'
Constructor Detail
Instance Method Detail
def verbose : String
#
Additional information that can be computed if the trace configuration
is set to 'verbose'
def verbose=(verbose : String)
#
Additional information that can be computed if the trace configuration
is set to 'verbose'