[ROOT] --> C++Client

class PCREAppConsole
    extends PCREConsole as public

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.

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

Version:
2.4.0

Source:
MobileApps\PCRE\CppClient\Include\appconsole.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

public void PCREOutputMsg ( const char * msg ,
                            . . . ) ;

Output a message to the console.

Parameters:
msg The message to output to the client.

PCREFatalErrorMsg

public void PCREFatalErrorMsg ( const PCREError error ) ;

Output a fatal error message to the console.

Parameters:
error The message to output to the client.

PCREInternalErrorMsg

public void PCREInternalErrorMsg ( const PCREError error ) ;

Output an internal error message to the console.

Parameters:
error The message to output to the client.

PCREServerErrorMsg

public void PCREServerErrorMsg ( const PCREError error ) ;

Output a server error message to the console.

Parameters:
error The message to output to the client.

PCREClientErrorMsg

public void PCREClientErrorMsg ( const PCREError error ) ;

Output a client error message to the console.

Parameters:
error The message to output to the client.

PCREAPIErrorMsg

public void PCREAPIErrorMsg ( const PCREError error ) ;

Output an API error message to the console.

Parameters:
error The message to output to the client.

PCREGatewayErrorMsg

public void PCREGatewayErrorMsg ( const PCREError error ) ;

Output a Gateway error message to the console.

Parameters:
error The message to output to the client.

Copyright (c) 2000 Dynalivery Corp.