2.1.2. pelicun.base module

This module defines constants, basic classes and methods for pelicun.

pelicun.base.log_msg(msg='', prepend_timestamp=True)[source]

Print a message to the screen with the current time as prefix

The time is in ISO-8601 format, e.g. 2018-06-16T20:24:04Z

Parameters
msg: string

Message to print.