def verbose( cls, message ):
cls.log("VERBOSE", message, Log.getCallers( inspect.stack() ))
##
# Gets the data about the caller of the log method.
# @param stack Array containing the system calling stack.
# @return Array containing the caller class name and the caller method, respectively.
#
评论列表
文章目录