cashocs.log.error#

cashocs.log.error(message: str) None#

Issues a message at the error level.

Note that this does not raise an exception at the moment.

Parameters:

message (str) – The message that should be logged.

Return type:

None