package Ogre::LogManager; use strict; use warnings; 1; __END__ =head1 NAME Ogre::LogManager =head1 SYNOPSIS use Ogre; use Ogre::LogManager; # (for now see examples/README.txt) =head1 DESCRIPTION See the online API documentation at L B this Perl binding is currently I and subject to API changes. =head1 CLASS METHODS =head2 Ogre::LogManager->getSingletonPtr() I =over =item LogManager * =back =head1 INSTANCE METHODS =head2 $obj->logMessage($message) I =over =item $message : String =back I =over =item void =back =head1 AUTHOR Scott Lanning Eslanning@cpan.orgE For licensing information, see README.txt . =cut