logger::appender - Object Oriented logging facility

[ Tcllib Table Of Contents | Tcllib Index ]

logger::appender(n) 1.2 "Object Oriented logging facility"

Name

logger::appender - Collection of predefined appenders for logger

Description

This package provides a predefined set of logger templates.

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

Name of the level to fill in as "priority" in the log procedure.

-service service

Name of the service to fill in as "category" in the log procedure.

-appenderArgs appenderArgs

Any additional arguments for the log procedure in list form

-conversionPattern conversionPattern

The log pattern to use (see logger::utils::createLogProc for the allowed substitutions).

-procName procName

Explicitly set the name of the created procedure.

-procNameVar procNameVar

Name of the variable to set in the calling context. This variable will contain the name of the procedure.

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

See ::logger::appender::colorConsole for a description of the applicable options.

Bugs, Ideas, Feedback

This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category logger of the Tcllib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.

Category

Programming tools

Copyright © 2015 for compilation: ActiveState