sms-plugin---logger
v1.0.1
Published
Useful logging when developing with State Machine Snacks.
Downloads
1
Readme
🔌 Plugin Logger
import sms from "state-machine-snacks";
import logger from "sms-plugin---logger";
const config = { /* ...machine config */ };
const service = sms({
config,
// Add plugin
plugins : [
logger(),
]
});
service.start();