MCPcopy Create free account
hub / github.com/apache/cloudstack / __setLogger

Method __setLogger

tools/marvin/marvin/marvinLog.py:62–68  ·  view source on GitHub ↗

@Name : __setLogger @Desc : Sets the Logger and Level

(self)

Source from the content-addressed store, hash-verified

60 self.__setLogger()
61
62 def __setLogger(self):
63 '''
64 @Name : __setLogger
65 @Desc : Sets the Logger and Level
66 '''
67 self.__logger = logging.getLogger(self.__loggerName)
68 self.__logger.setLevel(logging.DEBUG)
69
70 def __setLogHandler(self, log_file_path,
71 log_format=None,

Callers 1

__init__Method · 0.95

Calls 2

getLoggerMethod · 0.45
setLevelMethod · 0.45

Tested by

no test coverage detected