def _print(self, text): if LOG_HDFSCLIENT: show_info(self, text)
def _print(self, text): if LOG_FRONTEND: show_info(self, text)
def _print(self, text): if LOG_DPMSERVER: show_info(self, text)
def _print(self, text): if LOG_APP: show_info(self, text)
def _print(self, text): if LOG_DRIVER: show_info(self, text)
def _print(self, text): if LOG_DB: show_info(self, text)
def _print(self, text): if LOG_ALLOCATOR: show_info(self, text)
def _print(self, text): if LOG_REPOSITORY: show_info(self, text)
def _print(self, text): if LOG_BACKEND: show_info(self, text)
def _print(self, text): if LOG_USER: show_info(self, text)
def _print(self, text): if LOG_MANAGER: show_info(self, text)
def _print(self, text): if LOG_FTPCLIENT: show_info(self, text)