@botmock-api/log
v0.2.0
Published
canonical log lines for botmock integrations
Downloads
5
Readme
@botmock-api/log
canonical log lines for botmock integrations
Installation
npm i @botmock-api/log
API
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 });