Log
index
d:\platform\platform\backend\log.py

Log类

 
Modules
       
logging
os

 
Classes
       
builtins.object
Mylog

 
class Mylog(builtins.object)
    Mylog(log_name='this_log', log_level='')
 

 
  Methods defined here:
__init__(self, log_name='this_log', log_level='')
Initialize self.  See help(type(self)) for accurate signature.
get_logger(self)
set_file_hl(self, file_name='all.log', log_level='info')
set_stream_hl(self, log_level='info')

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Data
        CONF_PATH = r'D:\Platform\platform\CONFIGURE\'

 
Author
        lmstack