_`foundations.core`
===================

.. automodule:: foundations.core

Module Attributes
-----------------

.. attribute:: foundations.core.THREADS_IDENTIFIERS

.. attribute:: foundations.core.LOGGER

.. attribute:: foundations.core.LOGGING_DEFAULT_FORMATTER

.. attribute:: foundations.core.LOGGING_EXTENDED_FORMATTER

.. attribute:: foundations.core.LOGGING_STANDARD_FORMATTER

.. attribute:: foundations.core.IGNORED_CODE_LAYERS

.. attribute:: foundations.core.UNDEFINED_CODE_LAYER

.. attribute:: foundations.core.UNDEFINED_MODULE

.. attribute:: foundations.core.UNDEFINED_OBJECT

Functions
---------

.. autofunction:: setVerbosityLevel

.. autofunction:: getFrame

.. autofunction:: getCodeLayerName

.. autofunction:: getModule

.. autofunction:: getTraceName

.. autofunction:: extractStack

.. autofunction:: executionTrace

.. autofunction:: executionTime

.. autofunction:: memoize

.. autofunction:: removeLoggingHandler

.. autofunction:: exit

.. autofunction:: wait

Classes
-------

.. autoclass:: StandardMessageHook
	:show-inheritance:
	:members:

