Custom Platform Support Development Kit  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Application::Service::IOutputConsoleService Class Referenceabstract

IOutputConsoleService defines an interface to output messages to the 'Adobe Animate CC' output console. More...

#include <IOutputConsoleService.h>

Inheritance diagram for Application::Service::IOutputConsoleService:

Public Member Functions

virtual FCM::Result _FCMCALL Trace (FCM::CStringRep16 pMessage)=0
 Traces a message to the output console. More...
 
virtual FCM::Result _FCMCALL Clear ()=0
 Clears the output console. More...
 

Detailed Description

IOutputConsoleService defines an interface to output messages to the 'Adobe Animate CC' output console.

Member Function Documentation

virtual FCM::Result _FCMCALL Application::Service::IOutputConsoleService::Clear ( )
pure virtual

Clears the output console.

Returns
On success, FCM_SUCCESS is returned, else an error code is returned.
virtual FCM::Result _FCMCALL Application::Service::IOutputConsoleService::Trace ( FCM::CStringRep16  pMessage)
pure virtual

Traces a message to the output console.

Parameters
pMessage(IN) The message to be traced.
Returns
On success, FCM_SUCCESS is returned, else an error code is returned.

The documentation for this class was generated from the following file: