function ov logger in split 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.
|
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''
|
dump_syslogs
|
= SEE ALSO =
* [[function_dump_syslogs|dump_syslogs]]
|