Skip to content

bpm/tracer

Documentation

Overview

Classes

Tracer

log()

ts
log(message: string): void;
ParameterTypeDescription
messagestring

Returns

  • Type: void
  • Description:

warn()

ts
warn(message: string): void;
ParameterTypeDescription
messagestring

Returns

  • Type: void
  • Description:

error()

ts
error(message: string): void;
ParameterTypeDescription
messagestring

Returns

  • Type: void
  • Description:

complete()

ts
complete(message: string): void;
ParameterTypeDescription
messagestring

Returns

  • Type: void
  • Description:

fail()

ts
fail(message: string): void;
ParameterTypeDescription
messagestring

Returns

  • Type: void
  • Description: