The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Ogre::LogManager

SYNOPSIS

  use Ogre;
  use Ogre::LogManager;
  # (for now see examples/README.txt)

DESCRIPTION

See the online API documentation at http://www.ogre3d.org/docs/api/html/classOgre_1_1LogManager.html

Note: this Perl binding is currently experimental and subject to API changes.

CLASS METHODS

Ogre::LogManager->getSingletonPtr()

Returns

LogManager *

INSTANCE METHODS

$obj->logMessage($message)

Parameter types

$message : String

Returns

void

AUTHOR

Scott Lanning <slanning@cpan.org>

For licensing information, see README.txt .