canonical log lines for botmock integrations
npm install @botmock-api/log
> canonical log lines for botmock integrations
``shell`
npm i @botmock-api/log
Prints input to stdout or stderr based on { isError } value, which defaults to false.
`ts
import { default as log } from "@botmock-api/log";
log("thing", { isError: true });
``