PHPLights/Documentation/Interfaces/LsLoggerIface
From Linuxnetworks
< PHPLights | Documentation | Interfaces
Sypnosis
interface LsLoggerIface
{
public function getLogLevel();
public function setLogLevel( $level );
public function log( $msg, $level = LsLogger::Error );
}
Description
Public functions
getLogLevel()
public function getLogLevel();
setLogLevel()
public function setLogLevel( $level );
log()
public function log( $msg, $level = LsLogger::Error );
Back to Overview