]> git.puffer.fish Git - matthieu/frr.git/commit
topolog: implement a logging abstraction
authorRafael Zalamena <rzalamena@gmail.com>
Thu, 29 Jun 2017 20:55:33 +0000 (17:55 -0300)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:11 +0000 (20:22 -0500)
commit36d1dc45eb6add18273b03af4c02dc89966859b0
tree1bb994efcb442128f000730657349061a3b94154
parent985e6d50eceedd5ff0709b30788bcd213cdb4349
topolog: implement a logging abstraction

The default logger (root) is already being used by Mininet, so to allow
customizing logging output and configuring log files Topolog was
created. Topolog is no more than a thin layer abstraction to call
logging functions without using the 'root' logger.
tests/topotests/lib/topogen.py
tests/topotests/lib/topolog.py [new file with mode: 0644]