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