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
Currently there is no easy way to send logging messages from ruby.
It should be easy, just create a log helper method.
log
Here is some sample lua code to give an idea:
function log(...) io.stderr:write('{ "type": "log", "payload": { "entry": ' .. json.stringify(arg, false) .. '}}') end
log method would probably go here: https://github.com/Stackvana/microcule/blob/master/bin/binaries/micro-ruby#L4
The text was updated successfully, but these errors were encountered:
f6abfe8
No branches or pull requests
Currently there is no easy way to send logging messages from ruby.
It should be easy, just create a
log
helper method.Here is some sample lua code to give an idea:
log
method would probably go here: https://github.com/Stackvana/microcule/blob/master/bin/binaries/micro-ruby#L4The text was updated successfully, but these errors were encountered: