Skip to content
Snippets Groups Projects
Commit a681f9b6 authored by Bob Lantz's avatar Bob Lantz
Browse files

Added debug() convenience function.

parent 54977c79
No related branches found
No related tags found
No related merge requests found
......@@ -122,4 +122,4 @@ def setLogLevel( self, levelname=None ):
lg = MininetLogger()
info, warn, error = lg.info, lg.warn, lg.error
info, warn, error, debug = lg.info, lg.warn, lg.error, lg.debug
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment