pisces.extensions.simulation.core.initial_conditions.InitialConditions.logger#
- InitialConditions.logger: Logger = <Logger InitialConditions (DEBUG)>#
Logger instance for the InitialConditions class.
This descriptor provides a class-scoped logger configured with the
"ics"
mode. It should be used for all diagnostic, info, warning, and error output within the class.Subclasses may override this attribute to:
Use a different logging category or name
Redirect output to a custom logging handler
Settings for the logger may be adjusted in the pisces configuration file under the
ics
section oflogging
.