pub unsafe extern "C" fn aws_logger_get_conditional(
subject: aws_log_subject_t,
level: aws_log_level
) -> *mut aws_logger
Expand description
Gets the aws logger used globally across the process if the logging level is at least the inputted level.
@param subject log subject to perform the level check versus, not currently used @param level logging level to check against in order to return the logger @return the current logger if the current logging level is at or more detailed then the supplied logging level