简体中文
主题
Creator 日志管理
▸ clear(): any
any
清空所有的日志
Editor.Logger.clear();
▸ query(): any
查询所有日志
const list = await Editor.Logger.query();