NAME
Oak::IO::Log - Component that create a log output
DESCRIPTION
This component can be used, usually into a DataModule to enable the programmer doing log output.
HIERARCHY
PROPERTIES
This is a abstract class, that is used as base for specific log types.
METHODS
- log(MESSAGE)
-
This class introduces the log message. But, as a base class, it just warns the message.
COPYRIGHT
Copyright (c) 2001 Daniel Ruoso <daniel@ruoso.com>. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.