Log#
- class pharmpy.workflows.Log(entries=())[source]#
Bases:
object
Timestamped error and warning log
Attributes Summary
Methods Summary
from_dict
(d)log_error
(message)Log an error
log_warning
(message)Log a warning
Create an overview dataframe from log
to_dict
()Attributes Documentation
- errors#
- warnings#
Methods Documentation