PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB`  oY(@sdZddlZddlZddlZddlZddlZddlZddlZddlZddl m Z dddddd d d d d ddddddddddddddddddd d!d"d#d$d%d&d'd(d)d*d+g(Z yddl Z Wne k rdZ YnXd,Zd-Zd.Zd/ZejZd0Zd0Zd0Zd0Zd1ZeZd2Zd3ZeZd4Zd5ZdZedededededediZdededededededeiZ d6d Z!d7dZ"e#ed8rd9d:Z$n d;d<Z$ej%j&e"j'j(Z)d=d>Z*e r`e j+Z,ndZ,d?d@Z-dAdBZ.GdCdde/Z0e0a1dDd*Z2dEd)Z3dFd%Z4GdGdHdHe/Z5GdIdJdJe5Z6GdKdLdLe5Z7dMZ8dNe5e8fdOe6dPfdQe7dRfiZ9GdSd d e/Z:e:Z;GdTdde/Z<GdUd d e/Z=GdVdWdWe/Z>ej?Z@gZAdXdYZBdZd[ZCGd\d d e>ZDGd]ddeDZEGd^d d eEZFGd_d`d`eEZGeGeZHeHZIGdadbdbe/ZJdcd&ZKddd"ZLGdedfdfe/ZMGdgdde>ZNGdhdidieNZOeNaPGdjdde/ZQeOeZReReN_ReMeNjReN_SdkdZTddld!ZUdmdZVeVZWdndZXdod0dpdZYdqd(ZZdrd'Z[dsd#Z\dtdZ]dud$Z^dvdZ_eAdwdxZ`ddlaZaeajbe`GdyddeDZcdaddddzd{Zed|dZfdS)}z Logging package for Python. Based on PEP 282 and comments thereto in comp.lang.python. Copyright (C) 2001-2016 Vinay Sajip. All Rights Reserved. To use, simply 'import logging' and log away! N)Template BASIC_FORMATBufferingFormatterCRITICALDEBUGERRORFATAL FileHandlerFilter FormatterHandlerINFO LogRecordLogger LoggerAdapterNOTSET NullHandler StreamHandlerWARNWARNING addLevelName basicConfigcaptureWarningscriticaldebugdisableerror exceptionfatal getLevelName getLoggergetLoggerClassinfolog makeLogRecordsetLoggerClasswarnwarninggetLogRecordFactorysetLogRecordFactory lastResortz&Vinay Sajip productionz0.5.1.2z07 February 2010T2( cCsFtj|}|dk r|Stj|}|dk r>|Sd|S)a Return the textual representation of logging level 'level'. If the level is one of the predefined levels (CRITICAL, ERROR, WARNING, INFO, DEBUG) then you get the corresponding string. If you have associated levels with names using addLevelName then the name you have associated with 'level' is returned. If a numeric value corresponding to one of the defined levels is passed in, the corresponding string representation is returned. Otherwise, the string "Level %s" % level is returned. NzLevel %s) _levelToNameget _nameToLevel)levelresultr6'/opt/python35/lib/python3.5/__init__.pyrvs  c Cs.tz|t|<|t|sr>c Cs7y tWn&tk r2tjdjjSYnXdS)z5Return the frame object for the caller's stack frame.N) Exceptionr=exc_infotb_framef_backr6r6r6r7 currentframes  rDcCsgt|tr|}nKt||krS|tkrFtd|t|}ntd||S)NzUnknown level: %rz*Level not an integer or a valid string: %r) isinstanceintstrr3 ValueError TypeError)r4rvr6r6r7 _checkLevels   rKcCstrtjdS)z Acquire the module-level lock for serializing access to shared data. This should be released with _releaseLock(). N)_lockacquirer6r6r6r7r8sr8cCstrtjdS)zK Release the module-level lock acquired by calling _acquireLock(). N)rLreleaser6r6r6r7r9sr9c@sFeZdZdZddddZddZeZddZdS) ra A LogRecord instance represents an event being logged. LogRecord instances are created every time something is logged. They contain all the information pertinent to the event being logged. The main information passed in is in msg and args, which are combined using str(msg) % args to create the message field of the record. The record also includes information such as when the record was created, the source line where the logging call was made, and any exception information to be logged. Nc Ks*tj} ||_||_|r`t|dkr`t|dtjr`|dr`|d}||_t||_ ||_ ||_ y5t j j||_t j j|jd|_Wn-tttfk r||_d|_YnX||_d|_| |_||_||_| |_| t| d|_|jtd|_trt rt j!|_"t j#j|_$nd|_"d|_$t%sd|_&nRd|_&t'j(j)d} | dk ry| j*j|_&Wnt+k rYnXt,rt-t drt j.|_/n d|_/dS) zK Initialize a logging record with interesting information. rzUnknown moduleNi MainProcessmultiprocessinggetpid)0timenamemsglenrE collectionsMappingargsr levelnamelevelnopathnameospathbasenamefilenamesplitextmodulerIrHAttributeErrorrAexc_text stack_infolinenofuncNamecreatedrFmsecs _startTimerelativeCreated logThreads threading get_identthreadcurrent_thread threadNamelogMultiprocessing processNamer=modulesr2current_processr@ logProcesseshasattrrRprocess) selfrTr4r\rfrUrYrAfuncsinfokwargsctmpr6r6r7__init__sR   .                    zLogRecord.__init__cCs&d|j|j|j|j|jfS)Nz!)rTr[r\rfrU)ryr6r6r7__str__AszLogRecord.__str__cCs)t|j}|jr%||j}|S)z Return the message for this LogRecord. Return the message for this LogRecord after merging any user-supplied arguments with the message. )rGrUrY)ryrUr6r6r7 getMessageGs  zLogRecord.getMessage)__name__ __module__ __qualname____doc__rr__repr__rr6r6r6r7rs G cCs |adS)z Set the factory to be used when instantiating a log record. :param factory: A callable which will be called to instantiate a log record. N)_logRecordFactory)factoryr6r6r7r)XscCstS)zH Return the factory to be used when instantiating a log record. )rr6r6r6r7r(bsc Cs5tdddddfdd}|jj||S)z Make a LogRecord whose attributes are defined by the specified dictionary, This function is useful for converting a logging event received over a socket connection (which is sent as a dictionary) into a LogRecord instance. Nr)r__dict__update)dictrJr6r6r7r$is!c@sFeZdZdZdZdZddZddZdd Zd S) PercentStylez %(message)sz %(asctime)sz %(asctime)cCs|p |j|_dS)N)default_format_fmt)ryfmtr6r6r7r~szPercentStyle.__init__cCs|jj|jdkS)Nr)rfindasctime_search)ryr6r6r7usesTimeszPercentStyle.usesTimecCs|j|jS)N)rr)ryrecordr6r6r7formatszPercentStyle.formatN) rrrrasctime_formatrrrrr6r6r6r7rxs   rc@s.eZdZdZdZdZddZdS)StrFormatStylez {message}z {asctime}z{asctimecCs|jj|jS)N)rrr)ryrr6r6r7rszStrFormatStyle.formatN)rrrrrrrr6r6r6r7rs rc@sFeZdZdZdZdZddZddZddZd S) StringTemplateStylez ${message}z ${asctime}cCs(|p |j|_t|j|_dS)N)rrr_tpl)ryrr6r6r7rszStringTemplateStyle.__init__cCs4|j}|jddkp3|j|jdkS)Nz$asctimer)rrr)ryrr6r6r7rs zStringTemplateStyle.usesTimecCs|jj|jS)N)r substituter)ryrr6r6r7rszStringTemplateStyle.formatN) rrrrrrrrrr6r6r6r7rs   rz"%(levelname)s:%(name)s:%(message)s%{z{levelname}:{name}:{message}$z${levelname}:${name}:${message}c@seZdZdZejZdddddZdZdZ ddd Z d d Z d d Z ddZ ddZddZdS)r a Formatter instances are used to convert a LogRecord to text. Formatters need to know how a LogRecord is constructed. They are responsible for converting a LogRecord to (usually) a string which can be interpreted by either a human or an external system. The base Formatter allows a formatting string to be specified. If none is supplied, the default value of "%s(message)" is used. The Formatter can be initialized with a format string which makes use of knowledge of the LogRecord attributes - e.g. the default value mentioned above makes use of the fact that the user's message and arguments are pre- formatted into a LogRecord's message attribute. Currently, the useful attributes in a LogRecord are described by: %(name)s Name of the logger (logging channel) %(levelno)s Numeric logging level for the message (DEBUG, INFO, WARNING, ERROR, CRITICAL) %(levelname)s Text logging level for the message ("DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL") %(pathname)s Full pathname of the source file where the logging call was issued (if available) %(filename)s Filename portion of pathname %(module)s Module (name portion of filename) %(lineno)d Source line number where the logging call was issued (if available) %(funcName)s Function name %(created)f Time when the LogRecord was created (time.time() return value) %(asctime)s Textual time when the LogRecord was created %(msecs)d Millisecond portion of the creation time %(relativeCreated)d Time in milliseconds when the LogRecord was created, relative to the time the logging module was loaded (typically at application startup time) %(thread)d Thread ID (if available) %(threadName)s Thread name (if available) %(process)d Process ID (if available) %(message)s The result of record.getMessage(), computed just as the record is emitted NrcCs^|tkr+tddjtjt|d||_|jj|_||_dS)a_ Initialize the formatter with specified format strings. Initialize the formatter either with the specified format string, or a default as described above. Allow for specialized date formatting with the optional datefmt argument (if omitted, you get the ISO8601 format). Use a style parameter of '%', '{' or '$' to specify that you want to use one of %-formatting, :meth:`str.format` (``{}``) formatting or :class:`string.Template` formatting in your format string. .. versionchanged:: 3.2 Added the ``style`` parameter. zStyle must be one of: %s,rN)_STYLESrHjoinkeys_stylerdatefmt)ryrrstyler6r6r7rs   zFormatter.__init__z%Y-%m-%d %H:%M:%Sz%s,%03dcCs\|j|j}|r-tj||}n+tj|j|}|j||jf}|S)a Return the creation time of the specified LogRecord as formatted text. This method should be called from format() by a formatter which wants to make use of a formatted time. This method can be overridden in formatters to provide for any specific requirement, but the basic behaviour is as follows: if datefmt (a string) is specified, it is used with time.strftime() to format the creation time of the record. Otherwise, the ISO8601 format is used. The resulting string is returned. This function uses a user-configurable function to convert the creation time to a tuple. By default, time.localtime() is used; to change this for a particular formatter instance, set the 'converter' attribute to a function with the same signature as time.localtime() or time.gmtime(). To change it for all formatters, for example if you want all logging times to be shown in GMT, set the 'converter' attribute in the Formatter class. ) converterrhrSstrftimedefault_time_formatdefault_msec_formatri)ryrrr}str6r6r7 formatTimes zFormatter.formatTimecCswtj}|d}tj|d|d|d||j}|j|dddkrs|dd}|S)z Format and return the specified exception information as a string. This default implementation just uses traceback.print_exception() r?rrON r)ioStringIO tracebackprint_exceptiongetvalueclose)ryeisiotbrr6r6r7formatExceptions  !  zFormatter.formatExceptioncCs |jjS)zK Check if the format uses the creation time of the record. )rr)ryr6r6r7rszFormatter.usesTimecCs|jj|S)N)rr)ryrr6r6r7 formatMessage szFormatter.formatMessagecCs|S)aU This method is provided as an extension point for specialized formatting of stack information. The input data is a string as returned from a call to :func:`traceback.print_stack`, but with the last trailing newline removed. The base implementation just returns the value passed in. r6)ryrer6r6r7 formatStack#s zFormatter.formatStackcCs|j|_|jr3|j||j|_|j|}|jri|jsi|j |j|_|jr|dddkr|d}||j}|j r|dddkr|d}||j |j }|S)az Format the specified record as text. The record's attribute dictionary is used as the operand to a string formatting operation which yields the returned string. Before formatting the dictionary, a couple of preparatory steps are carried out. The message attribute of the record is computed using LogRecord.getMessage(). If the formatting string uses the time (as determined by a call to usesTime(), formatTime() is called to format the event time. If there is exception information, it is formatted using formatException() and appended to the message. rONrrr) rmessagerrrasctimerrArdrrer)ryrrr6r6r7r0s         zFormatter.format)rrrrrS localtimerrrrrrrrrrr6r6r6r7r s (     c@sIeZdZdZdddZddZddZd d ZdS) rzB A formatter suitable for formatting a number of records. NcCs|r||_n t|_dS)zm Optionally specify a formatter which will be used to format each individual record. N)linefmt_defaultFormatter)ryrr6r6r7rYs zBufferingFormatter.__init__cCsdS)zE Return the header string for the specified records. rr6)ryrecordsr6r6r7 formatHeadercszBufferingFormatter.formatHeadercCsdS)zE Return the footer string for the specified records. rr6)ryrr6r6r7 formatFooteriszBufferingFormatter.formatFootercCsid}t|dkre||j|}x$|D]}||jj|}q2W||j|}|S)zQ Format the specified records and return the result as a string. rr)rVrrrr)ryrrJrr6r6r7ros zBufferingFormatter.format)rrrrrrrrr6r6r6r7rUs   c@s1eZdZdZdddZddZdS)r a Filter instances are used to perform arbitrary filtering of LogRecords. Loggers and Handlers can optionally use Filter instances to filter records as desired. The base filter class only allows events which are below a certain point in the logger hierarchy. For example, a filter initialized with "A.B" will allow events logged by loggers "A.B", "A.B.C", "A.B.C.D", "A.B.D" etc. but not "A.BB", "B.A.B" etc. If initialized with the empty string, all events are passed. rcCs||_t||_dS)z Initialize a filter. Initialize with the name of the logger which, together with its children, will have its events allowed through the filter. If no name is specified, allow every event. N)rTrVnlen)ryrTr6r6r7rs zFilter.__init__cCse|jdkrdS|j|jkr)dS|jj|jd|jdkrQdS|j|jdkS)z Determine if the specified record is to be logged. Is the specified record to be logged? Returns 0 for no, nonzero for yes. If deemed appropriate, the record may be modified in-place. rTF.)rrTr)ryrr6r6r7filters$z Filter.filterN)rrrrrrr6r6r6r7r s  c@sFeZdZdZddZddZddZdd Zd S) Filtererz[ A base class for loggers and handlers which allows them to share common code. cCs g|_dS)zE Initialize the list of filters to be an empty list. N)filters)ryr6r6r7rszFilterer.__init__cCs#||jkr|jj|dS)z; Add the specified filter to this handler. N)rappend)ryrr6r6r7 addFilterszFilterer.addFiltercCs#||jkr|jj|dS)z@ Remove the specified filter from this handler. N)rremove)ryrr6r6r7 removeFilterszFilterer.removeFiltercCsXd}xK|jD]@}t|dr7|j|}n ||}|sd}PqW|S)ah Determine if a record is loggable by consulting all the filters. The default is to allow the record to be logged; any filter can veto this and the record is then dropped. Returns a zero value if a record is to be dropped, else non-zero. .. versionchanged:: 3.2 Allow filters to be just callables. TrF)rrwr)ryrrJfr5r6r6r7rs  zFilterer.filterN)rrrrrrrrr6r6r6r7rs    rc CsYttt}}}|rU|rU|rU|z||krI|j|Wd|XdS)zD Remove a handler reference from the internal cleanup list. N)r8r9 _handlerListr)wrrMrNhandlersr6r6r7_removeHandlerRefs rc Cs3tztjtj|tWdtXdS)zL Add a handler to the internal cleanup list using a weak reference. N)r8rrweakrefrefrr9)handlerr6r6r7_addHandlerRefsrc@seZdZdZeddZddZddZeeeZ dd Z d d Z d d Z ddZ ddZddZddZddZddZddZddZdS)r aq Handler instances dispatch logging events to specific destinations. The base handler class. Acts as a placeholder which defines the Handler interface. Handlers can optionally use Formatter instances to format records as desired. By default, no formatter is specified; in this case, the 'raw' message as determined by record.message is logged. cCsFtj|d|_t||_d|_t||jdS)zz Initializes the instance - basically setting the formatter to None and the filter list to empty. N)rr_namerKr4 formatterr createLock)ryr4r6r6r7rs     zHandler.__init__cCs|jS)N)r)ryr6r6r7get_name szHandler.get_namec CsLtz6|jtkr#t|j=||_|r<|t||jz|j|Wd|jX|S)a< Conditionally emit the specified logging record. Emission depends on filters which may have been added to the handler. Wrap the actual emission of the record with acquisition/release of the I/O thread lock. Returns whether the filter passed the record for emission. N)rrMrrN)ryrrJr6r6r7handlePs   zHandler.handlecCs ||_dS)z5 Set the formatter for this handler. N)r)ryrr6r6r7 setFormatterbszHandler.setFormattercCsdS)z Ensure all logging output has been flushed. This version does nothing and is intended to be implemented by subclasses. Nr6)ryr6r6r7flushhsz Handler.flushc Cs<tz&|jr,|jtkr,t|j=WdtXdS)a% Tidy up any resources used by the handler. This version removes the handler from an internal map of handlers, _handlers, which is used for handler lookup by name. Subclasses should ensure that this gets called from overridden close() methods. N)r8rrr9)ryr6r6r7rqs z Handler.closecCsWtrStjrStj\}}}z"y tjjdtj|||dtjtjjd|j}x5|rtj j |j j t dkr|j}qrW|rtj|dtjn tjjd|j|jfy$tjjd|j|jfWn"tk r.tjjdYnXWntk rDYnXWd~~~XdS) aD Handle errors which occur during an emit() call. This method should be called from handlers when an exception is encountered during an emit() call. If raiseExceptions is false, exceptions get silently ignored. This is what is mostly wanted for a logging system - most users will not care about errors in the logging system, they are more interested in application errors. You could, however, replace this with a custom handler if you wish. The record which was being processed is passed in to this method. z--- Logging error --- Nz Call stack: rfilezLogged from file %s, line %s zMessage: %r Arguments: %s zwUnable to print the message and arguments - possible formatting error. Use the traceback above to help find the error. )raiseExceptionsr=stderrrAwriterrrBr]r^dirnamef_code co_filename__path__rC print_stackr`rfrUrYr@OSError)ryrrvrframer6r6r7 handleErrors.         zHandler.handleErrorN)rrrrrrrrpropertyrTrrMrNrrrrrrrrr6r6r6r7r s         c@sCeZdZdZdZdddZddZdd ZdS) rz A handler class which writes logging records, appropriately formatted, to a stream. Note that this class does not close the stream, as sys.stdout or sys.stderr may be used. rNcCs/tj||dkr"tj}||_dS)zb Initialize the handler. If stream is not specified, sys.stderr is used. N)r rr=rstream)ryrr6r6r7rs   zStreamHandler.__init__c CsH|jz,|jr5t|jdr5|jjWd|jXdS)z% Flushes the stream. rN)rMrrwrrN)ryr6r6r7rs  zStreamHandler.flushc CsiyC|j|}|j}|j||j|j|jWntk rd|j|YnXdS)a Emit a record. If a formatter is specified, it is used to format the record. The record is then written to the stream with a trailing newline. If exception information is present, it is formatted using traceback.print_exception and appended to the stream. If the stream has an 'encoding' attribute, it is used to determine how to do the output to the stream. N)rrr terminatorrr@r)ryrrUrr6r6r7rs    zStreamHandler.emit)rrrrrrrrr6r6r6r7rs  c@sOeZdZdZdddddZddZd d Zd d ZdS) r zO A handler class which writes formatted logging records to disk files. aNFcCsitjj||_||_||_||_|rOtj|d|_ nt j||j dS)zO Open the specified file and use it as the stream for logging. N) r]r^abspath baseFilenamemodeencodingdelayr rrr_open)ryr`rrrr6r6r7rs     zFileHandler.__init__cCs{|jz_zJ|jrVz|jWd|j}d|_t|drU|jXWdtj|XWd|jXdS)z$ Closes the stream. Nr)rMrrrwrrrN)ryrr6r6r7rs    zFileHandler.closecCst|j|jd|jS)zx Open the current base file with the (original) mode and encoding. Return the resulting stream. r)openrrr)ryr6r6r7rszFileHandler._opencCs2|jdkr|j|_tj||dS)z Emit a record. If the stream was not opened because 'delay' was specified in the constructor, open it before calling the superclass's emit. N)rrrr)ryrr6r6r7rszFileHandler.emit)rrrrrrrrr6r6r6r7r s   c@s7eZdZdZeddZeddZdS)_StderrHandlerz This class is like a StreamHandler using sys.stderr, but always uses whatever sys.stderr is currently set to rather than the value of sys.stderr at handler construction time. cCstj||dS)z) Initialize the handler. N)r r)ryr4r6r6r7r&sz_StderrHandler.__init__cCstjS)N)r=r)ryr6r6r7r,sz_StderrHandler.streamN)rrrrrrrrr6r6r6r7r s rc@s.eZdZdZddZddZdS) PlaceHolderz PlaceHolder instances are used in the Manager logger hierarchy to take the place of nodes for which no loggers have been defined. This class is intended for internal use only and not as part of the public API. cCs|di|_dS)zY Initialize with the specified logger being a child of this placeholder. N) loggerMap)ryaloggerr6r6r7r>szPlaceHolder.__init__cCs ||jkrd|j||jr%d}P|js2Pq|j}qW|S)a See if this logger has any handlers configured. Loop through all handlers for this logger and its parents in the logger hierarchy. Return True if a handler was found, else False. Stop searching up the hierarchy whenever a logger with the "propagate" attribute set to zero is found - that will be the last logger which is checked for the existence of handlers. FT)rrr)ryrrJr6r6r7 hasHandlerss     zLogger.hasHandlerscCs|}d}xb|rpx:|jD]/}|d}|j|jkr|j|qW|jsdd}q|j}qW|dkrtr|jtjkrtj|n6tr|jj rt j j d|j d|j_ dS)a Pass a record to all relevant handlers. Loop through all handlers for this logger and its parents in the logger hierarchy. If no handler was found, output a one-off error message to sys.stderr. Stop searching up the hierarchy whenever a logger with the "propagate" attribute set to zero is found - that will be the last logger whose handlers are called. rrONz+No handlers could be found for logger "%s" T)rr[r4rrrr*rrrr=rrrT)ryrrfoundr/r6r6r7r.s$         zLogger.callHandlerscCs0|}x#|r+|jr|jS|j}q WtS)z Get the effective level for this logger. Loop through this logger and its parents in the logger hierarchy, looking for a non-zero logging level. Return the first one found. )r4rr)ryloggerr6r6r7getEffectiveLevels    zLogger.getEffectiveLevelcCs&|jj|krdS||jkS)z; Is this logger enabled for level 'level'? F)rrr5)ryr4r6r6r7rszLogger.isEnabledForcCs7|j|k r'dj|j|f}|jj|S)ab Get a logger which is a descendant to this one. This is a convenience method, such that logging.getLogger('abc').getChild('def.ghi') is the same as logging.getLogger('abc.def.ghi') It's useful, for example, when the parent logger is named using __name__ rather than a literal string. r)rrrTrr )rysuffixr6r6r7getChildszLogger.getChild)rrrrrrrrr"r'r&rrrrr#r!r'rrr0r1r2r.r5rr7r6r6r6r7rs.          c@s"eZdZdZddZdS) RootLoggerz A root logger is not that different to any other logger, except that it must have a logging level and there is only one instance of it in the hierarchy. cCstj|d|dS)z= Initialize the logger with the name "root". rN)rr)ryr4r6r6r7rszRootLogger.__init__N)rrrrrr6r6r6r7r8 s r8c@seZdZdZddZddZddZdd Zd d Zd d Z ddZ ddddZ ddZ ddZ ddZddZddZddZd S)!rzo An adapter for loggers which makes it easier to specify contextual information in logging output. cCs||_||_dS)ax Initialize the adapter with a logger and a dict-like object which provides contextual information. This constructor signature allows easy stacking of LoggerAdapters, if so desired. You can effectively pass keyword arguments as shown in the following example: adapter = LoggerAdapter(someLogger, dict(p1=v1, p2="v2")) N)r4r%)ryr4r%r6r6r7r s zLoggerAdapter.__init__cCs|j|d<||fS)a Process the logging message and keyword arguments passed in to a logging call to insert contextual information. You can either manipulate the message itself, the keyword args or both. Return the message and kwargs modified (or not) to suit your needs. Normally, you'll only need to override this one method in a LoggerAdapter subclass for your specific needs. r%)r%)ryrUr|r6r6r7rx.s zLoggerAdapter.processcOs|jt|||dS)zA Delegate a debug call to the underlying logger. N)r#r)ryrUrYr|r6r6r7r>szLoggerAdapter.debugcOs|jt|||dS)zA Delegate an info call to the underlying logger. N)r#r )ryrUrYr|r6r6r7r"DszLoggerAdapter.infocOs|jt|||dS)zC Delegate a warning call to the underlying logger. N)r#r)ryrUrYr|r6r6r7r'JszLoggerAdapter.warningcOs*tjdtd|j|||dS)Nz6The 'warn' method is deprecated, use 'warning' insteadr?)rr&rr')ryrUrYr|r6r6r7r&Ps  zLoggerAdapter.warncOs|jt|||dS)zB Delegate an error call to the underlying logger. N)r#r)ryrUrYr|r6r6r7rUszLoggerAdapter.errorrATcOs |jt||d||dS)zF Delegate an exception call to the underlying logger. rAN)r#r)ryrUrArYr|r6r6r7r[szLoggerAdapter.exceptioncOs|jt|||dS)zD Delegate a critical call to the underlying logger. N)r#r)ryrUrYr|r6r6r7raszLoggerAdapter.criticalcOsD|j|r@|j||\}}|jj||||dS)z Delegate a log call to the underlying logger, after adding contextual information from this adapter instance. N)rrxr4r)ryr4rUrYr|r6r6r7r#gszLoggerAdapter.logcCs)|jjj|krdS||jkS)z; Is this logger enabled for level 'level'? F)r4rrr5)ryr4r6r6r7rpszLoggerAdapter.isEnabledForcCs|jj|dS)zC Set the specified level on the underlying logger. N)r4r)ryr4r6r6r7rxszLoggerAdapter.setLevelcCs |jjS)zD Get the effective level for the underlying logger. )r4r5)ryr6r6r7r5~szLoggerAdapter.getEffectiveLevelcCs |jjS)z@ See if the underlying logger has any handlers. )r4r2)ryr6r6r7r2szLoggerAdapter.hasHandlersN)rrrrrrxrr"r'r&rrrr#rrr5r2r6r6r6r7rs            c Kstzttjdkr|jdd}|dkrdd|krd|krtdn$d|ks|d|krtd|dkr|jdd}|jdd }|rt||}n|jdd}t|}|g}|jd d}|jd d }|tkrFtd dj tj |jdt|d}t |||} x7|D]/}|j dkr|j | tj|qyW|jdd} | dk rtj| |rdj |j } td| WdtXdS)a Do basic configuration for the logging system. This function does nothing if the root logger already has handlers configured. It is a convenience method intended for use by simple scripts to do one-shot configuration of the logging package. The default behaviour is to create a StreamHandler which writes to sys.stderr, set a formatter using the BASIC_FORMAT format string, and add the handler to the root logger. A number of optional keyword arguments may be specified, which can alter the default behaviour. filename Specifies that a FileHandler be created, using the specified filename, rather than a StreamHandler. filemode Specifies the mode to open the file, if filename is specified (if filemode is unspecified, it defaults to 'a'). format Use the specified format string for the handler. datefmt Use the specified date/time format. style If a format string is specified, use this to specify the type of format string (possible values '%', '{', '$', for %-formatting, :meth:`str.format` and :class:`string.Template` - defaults to '%'). level Set the root logger level to the specified level. stream Use the specified stream to initialize the StreamHandler. Note that this argument is incompatible with 'filename' - if both are present, 'stream' is ignored. handlers If specified, this should be an iterable of already created handlers, which will be added to the root handler. Any handler in the list which does not have a formatter assigned will be assigned the formatter created in this function. Note that you could specify a stream created using open(filename, mode) rather than passing the filename and mode in. However, it should be remembered that StreamHandler does not close its stream (since it may be using sys.stdout or sys.stderr), whereas FileHandler closes its stream when the handler is closed. .. versionchanged:: 3.2 Added the ``style`` parameter. .. versionchanged:: 3.3 Added the ``handlers`` parameter. A ``ValueError`` is now thrown for incompatible arguments (e.g. ``handlers`` specified together with ``filename``/``filemode``, or ``filename``/``filemode`` specified together with ``stream``, or ``handlers`` specified together with ``stream``. rrNrr`z8'stream' and 'filename' should not be specified togetherzG'stream' or 'filename' should not be specified together with 'handlers'filemoderrrrzStyle must be one of: %srrrOr4z, zUnrecognised argument(s): %s)r8rVrrpoprHr rrrrr rrr0rr9) r|rr`rhrdfsrfsrr4rr6r6r7rsF4           cCs|rtjj|StSdS)z Return a logger with the specified name, creating it if necessary. If no name is specified, return the root logger. N)rrr r)rTr6r6r7r scOs3ttjdkrttj|||dS)z Log a message with severity 'CRITICAL' on the root logger. If the logger has no handlers, call basicConfig() to add a console handler with a pre-defined format. rN)rVrrrr)rUrYr|r6r6r7rscOs3ttjdkrttj|||dS)z Log a message with severity 'ERROR' on the root logger. If the logger has no handlers, call basicConfig() to add a console handler with a pre-defined format. rN)rVrrrr)rUrYr|r6r6r7r srAcOst||d||dS)z Log a message with severity 'ERROR' on the root logger, with exception information. If the logger has no handlers, basicConfig() is called to add a console handler with a pre-defined format. rAN)r)rUrArYr|r6r6r7rscOs3ttjdkrttj|||dS)z Log a message with severity 'WARNING' on the root logger. If the logger has no handlers, call basicConfig() to add a console handler with a pre-defined format. rN)rVrrrr')rUrYr|r6r6r7r'scOs'tjdtdt|||dS)Nz8The 'warn' function is deprecated, use 'warning' insteadr?)rr&rr')rUrYr|r6r6r7r&'s  cOs3ttjdkrttj|||dS)z Log a message with severity 'INFO' on the root logger. If the logger has no handlers, call basicConfig() to add a console handler with a pre-defined format. rN)rVrrrr")rUrYr|r6r6r7r",scOs3ttjdkrttj|||dS)z Log a message with severity 'DEBUG' on the root logger. If the logger has no handlers, call basicConfig() to add a console handler with a pre-defined format. rN)rVrrrr)rUrYr|r6r6r7r6scOs6ttjdkrttj||||dS)z Log 'msg % args' with the integer severity 'level' on the root logger. If the logger has no handlers, call basicConfig() to add a console handler with a pre-defined format. rN)rVrrrr#)r4rUrYr|r6r6r7r#@scCs|tj_dS)zB Disable all logging calls of severity 'level' and below. N)rrr)r4r6r6r7rJscCsxt|ddD]|}yb|}|r~zAy"|j|j|jWnttfk rnYnXWd|jXWqtrYqXqWdS)z Perform any cleanup actions in the logging system (e.g. flushing buffers). Should be called at application exit. N)reversedrMrrrrHrNr) handlerListrr;r6r6r7shutdownPs    r@c@s:eZdZdZddZddZddZdS) ra This handler does nothing. It's intended to be used to avoid the "No handlers could be found for logger XXX" one-off warning. This is important for library code, which may contain code to log events. If a user of the library does not configure logging, the one-off warning might be produced; to avoid this, the library developer simply needs to instantiate a NullHandler and add it to the top-level logger of the library module or package. cCsdS)zStub.Nr6)ryrr6r6r7r~szNullHandler.handlecCsdS)zStub.Nr6)ryrr6r6r7rszNullHandler.emitcCs d|_dS)N)r)ryr6r6r7rszNullHandler.createLockN)rrrrrrrr6r6r6r7rts   cCs|dk r4tdk rt||||||nPtj|||||}td}|jst|jt|jd|dS)a Implementation of showwarnings which redirects to logging, which will first check to see if the file parameter is None. If a file is specified, it will delegate to the original warnings implementation of showwarning. Otherwise, it will call warnings.formatwarning and will log the resulting string to a warnings logger named "py.warnings" with level logging.WARNING. Nz py.warningsz%s)_warnings_showwarningr formatwarningr rr0rr')rcategoryr`rfrlinerr4r6r6r7 _showwarnings    rEcCsF|r'tdkrBtjatt_ntdk rBtt_dadS)z If capture is true, redirect all warnings to the logging package. If capture is False, ensure that warnings are not redirected to logging but to their original destinations. N)rAr showwarningrE)capturer6r6r7rs     )grr=r]rSrrrrrWstringr__all__rm ImportError __author__ __status__ __version____date__rjrrlrrrvrrrrrr rrr1r3rrrwrDr^r__code__rrrKrrLr8r9objectrrr)r(r$rrrrrr rrr rWeakValueDictionaryrrrrr rr r_defaultLastResortr*rr%r!rrr8rrrrrr rrrrr'r&r"rr#rr@atexitregisterrrArErr6r6r6r7s`           i      *%4   3>  l? p   b