Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IRegex::setTrace ( P6REGEXTRACELEVEL  level)
pure virtual

Toggle tracing of the internal working of the regex engine on/off.

Logging is done at the debug level.

Parameters
level[ in ] Trace execution of compile and evaluate methods via logging.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to initialize was not made before this call.