extern void cpLogSetPriority (int pri)

Set the priority level at which messages should be printed (for the current thread)

Documentation

Set the priority level at which messages should be printed (for the current thread). Messages of a priority level conceptually greater than or equal to this number (numerically less than or equal) are printed. Messages with conceptually lower (numerically higher) priorities than this level are ignored. Don't blame us for the backwards semantics; syslog started them!
Parameters:
pri - the new priority level

alphabetic index hierarchy of classes


generated by doc++