1
0
Fork 0
freesewing/markdown/dev/reference/api/store/logs/en.md
2022-10-12 21:53:11 +02:00

466 B

title
Store.logs

A Store is initialized with a logs property that holds logging data.

If errors are logged, FreeSewing will not try to layout the pattern.

Signature

logs: {
  debug: [],
  info: [],
  warning: [],
  errors: []
}

Notes

Users can override the default logging, so don't assume this is where logs end up.

That's why, you should always use the methods in Store.log to log.