@botmock-api/log
v0.2.0
Published
canonical log lines for botmock integrations
Downloads
44
Readme
@botmock-api/log
canonical log lines for botmock integrations
Installation
npm i @botmock-api/logAPI
log
Prints input to stdout or stderr based on { isError } value, which defaults to false.
import { default as log } from "@botmock-api/log";
log("thing", { isError: true });