We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
用yog2创建的项目,没有找到哪里有config.json啊,怎么开启yog-log呢?
在代码中require('yog-log'),提示cannot find module 'yog-log'
yog-log不是内置的吗?还需要单独安装吗?
The text was updated successfully, but these errors were encountered:
不需要单独安装,不需要自行require,如果你跟着文档走,直接使用
yog.log.notice('xxx'); yog.log.fatal('xxx');
即可
Sorry, something went wrong.
No branches or pull requests
用yog2创建的项目,没有找到哪里有config.json啊,怎么开启yog-log呢?
在代码中require('yog-log'),提示cannot find module 'yog-log'
yog-log不是内置的吗?还需要单独安装吗?
The text was updated successfully, but these errors were encountered: