oscP5 / OscP5 / setLogStatus( )
- name
- setLogStatus ( )
- description
- oscP5 has a logging mechanism which prints out processes, warnings and errors into the console window. e.g. turn off the error log with setLogStatus(Logger.ERROR, Logger.OFF);
- Syntax
setLogStatus(theIndex, theValue); setLogStatus(theValue);
- parameters
- theIndexint
- theValueint
- theValue
- Returns
- None
- Usage
- Application
- Related