rxn.utilities.logging.log_warning

rxn.utilities.logging.log_warning(message)[source]

Utility function to log a message with WARNING level.

Can be useful for testing purposes, to test logging capabilities from another Python package.

Parameters

message (str) –

Return type

None