Create a service for the specific worker
Sends a debug log message.
The message to be logged
Optionaltype: stringThe type of message - if not specified 'generic' will be used
Sends a error log message.
The message to be logged
Optionaltype: stringThe type of message - if not specified 'generic' will be used
Sends a info log message.
The message to be logged
Optionaltype: stringThe type of message - if not specified 'generic' will be used
returns a reply promise to the specified message
The type of message being sent
Optionaldata: anyThe message data
returns an observable that will emit any messages replied to the specified message
The type of message being sent
Optionaldata: anyThe message data
returns a reply promise for the requested message
The type of message being sent
Optionaldata: anyThe message data
returns an observable that will emit any messages replied to the requested message
The type of message being sent
Optionaldata: anyThe message data
Sends a warning log message.
The message to be logged
Optionaltype: stringThe type of message - if not specified 'generic' will be used
Service for sending log messages