Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-02-2019 10:49 AM
I have a script that automates a few procedures over time. In order to trace the execution of this command through central logging I'd like to write a custom log messages to the exos log.
I've looked around and can't quite see any examples of what specific functions in python would do this.
I've looked around and can't quite see any examples of what specific functions in python would do this.
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-02-2019 10:55 AM
XOS has a CLI command to add messages to the log : create log message ""
I just invoke that CLI command from my Python scripts.
I just invoke that CLI command from my Python scripts.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-02-2019 02:19 PM
Works wonderfully!
Many thanks!
Many thanks!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-02-2019 10:55 AM
XOS has a CLI command to add messages to the log : create log message ""
I just invoke that CLI command from my Python scripts.
I just invoke that CLI command from my Python scripts.
