Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/v2/plugins/TouchDesigner/030-TDPluginAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ op.SudoSignals
While you can generate logs by changing the contents of a log table, you may also find that it's easier to create log events by accessing Python extension for the sudoSignals TOX. The log method can be accessed by using `Send_log()` on the Signals TOX.

```python
op.SudoSignals(logLevel:str, message:str)
op.SudoSignals.Send_log(logLevel:str, message:str)
```

Log Level | Descriptor |
Expand Down