4.7. foundations.globals.constants

constants.py

Platform:
Windows, Linux, Mac Os X.
Description:
This module defines Foundations package default constants through the Constants class.

Others:

4.7.1. Classes

class foundations.globals.constants.Constants[source]

This class provides Foundations package default constants.

applicationName = 'Foundations'

Package Application name: ‘Foundations‘ ( String )

majorVersion = '2'

Package major version: ‘2‘ ( String )

minorVersion = '0'

Package minor version: ‘0‘ ( String )

changeVersion = '3'

Package change version: ‘3‘ ( String )

releaseVersion = '2.0.3'

Package release version: ‘2.0.3‘ ( String )

logger = 'Foundations_Logger'

Package logger name: ‘Foundations_Logger‘ ( String )

verbosityLevel = 3

Default logging verbosity level: ‘3‘ ( Integer )

verbosityLabels = ('Critical', 'Error', 'Warning', 'Info', 'Debug')

Logging verbosity labels: (‘Critical‘, ‘Error‘, ‘Warning‘, ‘Info‘, ‘Debug‘) ( Tuple )

loggingDefaultFormatter = 'Default'

Default logging formatter name: ‘Default‘ ( String )

loggingSeparators = '************************************************************************************************'

Logging separators: ‘*’ * 96 ( String )

executionTraceArgumentMaximumLength = 255

Execution trace argument maximum length: ‘255‘ ( Integer )

excludeTaggedFramesFromStackTrace = True

Exclude tagged frames from stack trace: ‘True‘ ( Boolean )

encodingFormat = 'utf-8'

Default encoding format: ‘utf-8‘ ( String )

encodingError = 'ignore'

Default encoding error behavior: ‘ignore‘ ( String )

applicationDirectory = 'Foundations/2.0'

Package Application directory: ‘Foundations‘ ( String )

providerDirectory = 'HDRLabs'

Package provider directory: ‘HDRLabs on Windows / Darwin, .HDRLabs on Linux’ ( String )

nullObject = 'None'

Default null object string: ‘None‘ ( String )

Table Of Contents

Previous topic

4.6. foundations.exceptions

Next topic

4.8. foundations.io

This Page