WordPress Version: 3.7
function error($msg)
{
$args = func_get_args();
$log = getLogger();
$log->error(implode(', ', $args));
}
The timeline below displays how wordpress function error has changed across different WordPress versions. If a version is not listed, refer to the next available version below.
function error($msg)
{
$args = func_get_args();
$log = getLogger();
$log->error(implode(', ', $args));
}