PixelLightAPI  .
Public Member Functions
PLCore::ConsoleAndroid Class Reference

Android 'Console' implementation. More...

#include <ConsoleAndroid.h>

Inheritance diagram for PLCore::ConsoleAndroid:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void Print (const String &sString) const override
 Print a string to the console.

Detailed Description

Android 'Console' implementation.

Remarks:
Even on Android, it's possible to write into the console, meaning "stdout"... but it's somewhat complicated to "see" this output when starting an apk file (meaning: not starting an native application via shell). In this console implementation, messages are not only written into the console, the Android in-kernel log buffer is used as well (use Androids "logcat" utility to access this system log).

Member Function Documentation

virtual void PLCore::ConsoleAndroid::Print ( const String sString) const [override, virtual]

Print a string to the console.

Parameters:
[in]sStringString that shall be printed

Reimplemented from PLCore::ConsoleLinux.


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


PixelLight PixelLight 0.9.11-R1
Copyright (C) 2002-2012 by The PixelLight Team
Last modified Thu Feb 23 2012 14:09:28
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported