feat: add bec_utils to repo for generic functions

This commit is contained in:
e21206 2023-08-23 17:57:55 +02:00
parent 01c824ecea
commit 86e93afe28

View File

@ -0,0 +1,8 @@
from bec_lib.core import bec_logger
logger = bec_logger.logger
class MockProducer:
def set_and_publish(endpoint: str, msgdump: str):
logger.info(f"BECMessage to {endpoint} with msg dump {msgdump}")