Interface: LoggerSinks
workflow.LoggerSinks
Sink interface for forwarding logs from the Workflow sandbox to the Worker
Deprecated
Do not use LoggerSinks directly. To log from Workflow code, use the log
object
exported by the @temporalio/workflow
package. To capture log messages emitted
by Workflow code, set the Runtime.logger property.
Hierarchy
-
↳
LoggerSinks
Properties
defaultWorkerLogger
• defaultWorkerLogger: WorkflowLogger
Deprecated
Do not use LoggerSinks directly. To log from Workflow code, use the log
object
exported by the @temporalio/workflow
package. To capture log messages emitted
by Workflow code, set the Runtime.logger property.