map_list_dot library

Classes

JsonNode
interpret a json acccess demand with several notation classical : json"and""there" dotted : json.here.and10.there
Level
Levels to control logging output. Logging can be enabled to include all levels above certain Level. Levels are ordered using an integer value Level.value. The predefined Level constants below are sorted as follows (in descending order): Level.SHOUT, Level.SEVERE, Level.WARNING, Level.INFO, Level.CONFIG, Level.FINE, Level.FINER, Level.FINEST, and Level.ALL.
Logger
Use a Logger to log debug messages.
LogRecord
A log entry representation used to propagate information from Logger to individual handlers.
MapList
MapList storage is a simple Wrapper on any structure made of Lists, Maps and leaf Values of any type, as or like a json structure MapList allows access by a dot notation in code and with script
MapListList
extends MapList to wrap List methods
MapListListIterator
override Iterator to return MapList that allows .notation downstream
MapListMap
extends MapList to offer Map methods

Constants

defaultLevel → const Level
The default Level.
Level.INFO

Properties

hierarchicalLoggingEnabled bool
Whether to allow fine-grain logging and configuration of loggers in a hierarchy.
read / write
recordStackTraceAtLevel Level
Automatically record stack traces for any message of this level or above.
read / write