Tcl Library Source Code

Documentation
Login


[ Main Table Of Contents | Table Of Contents | Keyword Index | Categories | Modules | Applications ]

NAME

logger::appender - Collection of predefined appenders for logger

Table Of Contents

SYNOPSIS

package require Tcl 8.5 9
package require logger::appender ?1.4?

::logger::appender::console -level level -service service ?options...?
::logger::appender::colorConsole -level level -service service ?options...?

DESCRIPTION

This package provides a predefined set of logger templates.

Bugs, Ideas, Feedback

If you find errors in this document or bugs or problems with the package it describes, or if you want to suggest improvements for the documentation or the package, please use the Tcllib Trackers and specify logger as the category.

When proposing code changes, please provide unified diffs, i.e the output of diff -u.

Note further that attachments are strongly preferred over inlined patches. Attachments can be made by going to the Edit form of the ticket immediately after its creation, and then using the left-most button in the secondary navigation bar.

KEYWORDS

appender, logger

CATEGORY

Programming tools

COPYRIGHT

Copyright © 2005 Aamer Akhter