Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.stsci.edu/spst/UnixTransition/doc/spss_logging_util.html
Дата изменения: Fri Apr 8 12:46:15 2016
Дата индексирования: Mon Apr 11 04:49:03 2016
Кодировка:
Python: module spss_logging_util
 
 
spss_logging_util (version 15.08.17)
index
spss_logging_util.py

PURPOSE --
Our customized logging utility.
 
DEVELOPER --
Don Chance
 
MODIFICATION HISTORY --
 
o Initial implementaion 08/17/15

 
Modules
       
paramiko.util
logging
os
spss_sys_util

 
Classes
       
__builtin__.object
Logger
logging.Filter(__builtin__.object)
JWSTLogFormatFilter

 
class JWSTLogFormatFilter(logging.Filter)
    
Method resolution order:
JWSTLogFormatFilter
logging.Filter
__builtin__.object

Methods defined here:
filter(self, record)

Methods inherited from logging.Filter:
__init__(self, name='')
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.

Data descriptors inherited from logging.Filter:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
class Logger(__builtin__.object)
    A base class that sets up logging.
 
  Methods defined here:
__init__(self, logfile=None, logging_level=20, dist=None)

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

 
Data
        __version__ = '15.08.17'
string_types = (<type 'basestring'>,)