function ov logger in 'raw' format
= NAME = ov_logger = SYNOPSIS = * ov_logger <string-to-log>... = DESCRIPTION = This function adds the string(s) provided to the system log on the target device. FIXTHIS - ov_logger appears to only be used once, in pre_test. Check this out. = EXAMPLES = Here are some sample invocations: {{{#!YellowBox ov_logger "logger \"Starting test ${JOB_NAME}\"" }}} = ENVIRONMENT and ARGUMENTS = = RETURN = This function aborts the job if an error is encountered making the log entry. = SOURCE = Located in ''overlays/base/base-distrib.fuegoclass'' = SEE ALSO = * [[function_dump_syslogs|dump_syslogs]]