Package CHEM :: Package Structure :: Module Const
[hide private]
[frames] | no frames]

Module Const



Various constants

Variables [hide private]
  EST_INPUT = 200
Application name, for example to identify a common logger object
  APPLICATION_NAME = 'CHEM.Structure'
Default level for application logging.
  LOGGER_LEVEL = 20
Default format of logger output
  LOGGER_FORMAT = '[%(asctime)s %(levelname)s] %(message)s'
Variables Details [hide private]

APPLICATION_NAME

Default level for application logging. Modify these for different scenarios. See Python logging package documentation for more information
Value:
'CHEM.Structure'