[ROOT] --> C++Client
The console class provides a mechanism whereby output can be presented to the client, in a uniform manner.
PCREAPIErrorMsg
PCREClientErrorMsg
PCREFatalErrorMsg
PCREGatewayErrorMsg
PCREInternalErrorMsg
PCREOutputMsg
PCREServerErrorMsg
virtual void PCREOutputMsg ( const char * msg , . . . ) = 0 ;
Output a message to the console.
| msg | The message to output to the client. |
virtual void PCREFatalErrorMsg ( const PCREError error ) = 0 ;
Output a fatal error message to the console.
| error | The message to output to the client. |
virtual void PCREInternalErrorMsg ( const PCREError error ) = 0 ;
Output an internal error message to the console.
| error | The message to output to the client. |
virtual void PCREServerErrorMsg ( const PCREError error ) = 0 ;
Output a server error message to the console.
| error | The message to output to the client. |
virtual void PCREClientErrorMsg ( const PCREError error ) = 0 ;
Output a client error message to the console.
| error | The message to output to the client. |
virtual void PCREAPIErrorMsg ( const PCREError error ) = 0 ;
Output an API error message to the console.
| error | The message to output to the client. |
virtual void PCREGatewayErrorMsg ( const PCREError error ) = 0 ;
Output a Gateway error message to the console.
| error | The message to output to the client. |