Searched +refs:log +refs:lvChannelForall (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/log/
H A Dlog.tcl0 # log.tcl --
10 package provide log 1.3
14 namespace eval ::log {
19 namespace export lvChannel lvChannelForall lvColor lvColorForall
20 namespace export log logMsg logError
22 # The known log-levels.
34 # Array mapping from all unique prefixes for log levels to their
91 # Map from log-levels to the commands to execute when a message
93 # all levels is '::log::Puts' which writes the message to either
102 foreach lv $levels {set cmdMap($lv) ::log
[all...]

Completed in 171 milliseconds