1.0.2 • Published 11 months ago

streamdeck-transport v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Stream Deck transport for Winston

This transport logs messages using the Stream Deck SDK's logger.

Sample usage

import winston from 'winston';
import StreamdeckTransport from 'streamdeck-transport';

const Logger = winston.createLogger({
  level: 'info',
  transports: [new StreamdeckTransport({ scope: 'my-plugin-name' })],
});

The following options are supported:

OptionDetailsRequired
levelSets the log level for the transport, to further limit log messages beyond the Winston log level. Valid values are ERROR, WARN, DEBUG, INFO, and TRACE.No
scopeSpecifies the custom scope for the log messages.No
1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago