lib/treequel/branch.rb in treequel-1.8.6 vs lib/treequel/branch.rb in treequel-1.9.0
- old
+ new
@@ -13,16 +13,20 @@
# The object in Treequel that wraps an entry. It knows how to construct other branches
# for the entries below itself, and how to search for those entries.
class Treequel::Branch
include Comparable,
- Treequel::Loggable,
Treequel::Constants,
Treequel::Constants::Patterns,
Treequel::HashUtilities
- extend Treequel::Delegation,
+ extend Loggability,
+ Treequel::Delegation,
Treequel::AttributeDeclarations
+
+
+ # Loggability API -- Log to the Treequel module's logger
+ log_to :treequel
# The default width of LDIF output
DEFAULT_LDIF_WIDTH = 70