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

Method getLogFolderPath

tools/marvin/marvin/marvinLog.py:121–126  ·  view source on GitHub ↗

@Name : getLogFolderPath @Desc : Returns the final log directory path for marvin run

(self)

Source from the content-addressed store, hash-verified

119 return self.__logger
120
121 def getLogFolderPath(self):
122 '''
123 @Name : getLogFolderPath
124 @Desc : Returns the final log directory path for marvin run
125 '''
126 return self.__logFolderDir
127
128 def createLogs(self,
129 test_module_name=None,

Callers 2

__initLoggingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected