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
The current specification treats the string before and after the object is output as a label, as follows.
This will be changed so that only the preceding string is treated as a label and the following string is output as a separate log.
; str := "label" ; obj := { key: "value" } {str}{obj}{str} ; => labellabel
The text was updated successfully, but these errors were encountered:
Change: #275, #288
96a8618
#275 Change the syntax of debug directive #288 Change the labelling process when outputting objects to the log
Merge branch '#275Ġ' into develop
954d68a
No branches or pull requests
The current specification treats the string before and after the object is output as a label, as follows.
This will be changed so that only the preceding string is treated as a label and the following string is output as a separate log.
The text was updated successfully, but these errors were encountered: