[ROOT] --> C++Client

class PCREConsole

The console class provides a mechanism whereby output can be presented to the client, in a uniform manner.

Author:
Copyright (c) 2000 Dynalivery Corp., All Rights Reserved.

Version:
2.4.0

Source:
MobileApps\PCRE\CppClient\Include\console.h

Methods Index

PCREAPIErrorMsg
Output an API error message to the console.
PCREClientErrorMsg
Output a client error message to the console.
PCREFatalErrorMsg
Output a fatal error message to the console.
PCREGatewayErrorMsg
Output a Gateway error message to the console.
PCREInternalErrorMsg
Output an internal error message to the console.
PCREOutputMsg
Output a message to the console.
PCREServerErrorMsg
Output a server error message to the console.


Methods

PCREOutputMsg

virtual void PCREOutputMsg ( const char * msg , . . . ) = 0 ;

Output a message to the console.

Parameters:
msg The message to output to the client.

PCREFatalErrorMsg

virtual void PCREFatalErrorMsg ( const PCREError error ) = 0 ;

Output a fatal error message to the console.

Parameters:
error The message to output to the client.

PCREInternalErrorMsg

virtual void PCREInternalErrorMsg ( const PCREError error ) = 0 ;

Output an internal error message to the console.

Parameters:
error The message to output to the client.

PCREServerErrorMsg

virtual void PCREServerErrorMsg ( const PCREError error ) = 0 ;

Output a server error message to the console.

Parameters:
error The message to output to the client.

PCREClientErrorMsg

virtual void PCREClientErrorMsg ( const PCREError error ) = 0 ;

Output a client error message to the console.

Parameters:
error The message to output to the client.

PCREAPIErrorMsg

virtual void PCREAPIErrorMsg ( const PCREError error ) = 0 ;

Output an API error message to the console.

Parameters:
error The message to output to the client.

PCREGatewayErrorMsg

virtual void PCREGatewayErrorMsg ( const PCREError error ) = 0 ;

Output a Gateway error message to the console.

Parameters:
error The message to output to the client.

Copyright (c) 2000 Dynalivery Corp.