Logging
logging
¶
Configuration for logging.
Classes¶
LoggingConfiguration
¶
Bases: BaseModel
Configuration for the logging.
Attributes¶
level
class-attribute
instance-attribute
¶
level: LoggingLevel = Field(default=LoggingLevel.INFO, description='Logging level.')
Logging level.
filename
class-attribute
instance-attribute
¶
filename: str = Field(default='simulation.log', description='Name of the log file.')
Name of the log file.