someipy_logging
- someipy.someipy_logging.get_someipy_log_level()
Get the current log level for the someipy library.
Parameters
int: The current log level.
Returns
int: The current log level.
- Return type:
int
- someipy.someipy_logging.set_someipy_log_level(logging_level)
Set the log level for the someipy module.
Parameters
logging_level (int): The log level to set. Must be one of the constants defined in the logging module, such as logging.DEBUG, logging.INFO, logging.WARNING, logging.ERROR, or logging.CRITICAL.
Returns
None
- Parameters:
logging_level (int) –