Differences From:
File
tools/lib/fossil.tcl
part of check-in
[be32ebcb41]
- Redid the logging system aka user feedback completely. Verbosity levels, influenced by the new -v switch. Indentations in the output removed, parsing by tools easier, still human readable. Adapted all users of the previous feedback code to use the new system.
by
aku on
2007-09-08 05:35:02.
[view]
To:
File
tools/lib/fossil.tcl
part of check-in
[86a7f249c1]
- Started to restructure the namespace hierarchy, beginning at the bottom, with the log module.
by
aku on
2007-09-09 00:58:18.
[view]
@@ -4,13 +4,13 @@
# -----------------------------------------------------------------------------
# Requirements
package require Tcl 8.4
-package require tools::log ; # User feedback
+package require vc::tools::log ; # User feedback
namespace eval ::fossil {
- tools::log::system fossil
- namespace import ::tools::log::write
+ vc::tools::log::system fossil
+ namespace import ::vc::tools::log::write
}
# -----------------------------------------------------------------------------
# API