Skip to content
New issue

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

Then statement to append to a logfile #218

Open
jaromil opened this issue Dec 12, 2022 · 1 comment
Open

Then statement to append to a logfile #218

jaromil opened this issue Dec 12, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jaromil
Copy link
Member

jaromil commented Dec 12, 2022

Then append the string 'log_line' to the logfile in '/var/log/w3c_did/created.log'
Then append the string 'log_line' to the logfile named by 'var_log'

Should append the 'log_line' string terminated by a newline to the indicated file.
It should error out in case log_line is not existing or not string output encoding.

@jaromil jaromil added enhancement New feature or request help wanted Extra attention is needed labels Dec 12, 2022
@jaromil
Copy link
Member Author

jaromil commented Dec 12, 2022

Then append the array of strings 'log_lines' to the logfile named by 'var_log'

To support for instance lists of lines to be appended in log that were created into a foreach in zenroom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants