日志
日志提供方不会发起网络请求。
通知目标格式
Section titled “通知目标格式”logger://[?level=<debug|info|warn|error>]import { send } from 'statocysts'
await send('logger://?level=warn', { title: 'Queue delayed', body: 'The oldest job is five minutes old.',})level 默认为 info,并选择对应的 console 方法。
[statocysts] Queue delayedThe oldest job is five minutes old.标题带有 [statocysts] 前缀,可选正文显示在下一行。
日志提供方没有专属选项。