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
Log.type
Log.level
Commonly the right naming is level for info, debug, error, and so on. Currently, it is used as a type, and it is not okay.
level
info
debug
error
type
Tip: https://github.com/allevo/seqflow-js/blob/main/packages/seqflow-js/src/index.ts#L20
The text was updated successfully, but these errors were encountered:
This is not needed anymore. It is replaced by #5
Sorry, something went wrong.
Text #4
058346d
No branches or pull requests
Commonly the right naming is
level
forinfo
,debug
,error
, and so on.Currently, it is used as a
type
, and it is not okay.Tip: https://github.com/allevo/seqflow-js/blob/main/packages/seqflow-js/src/index.ts#L20
The text was updated successfully, but these errors were encountered: