Scroll to navigation

Logger.Logger(3kaya) Kaya module reference Logger.Logger(3kaya)

NAME

Logger::Logger - Logging method.

SYNOPSIS

Logger::Logger< >
= LogFile(String fname)
| LogHandle(IO::File handle)
| LogString(String log)

DESCRIPTION

LogFile is for sending logs directly to a file; it is less efficient because it opens and closes the file each time logging is done; use LogHandle for heavy logging. LogString is for logging to a string in memory. The given string is modified when it is logged to.

AUTHORS

Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/

LICENSE

The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.
August 2014 Kaya