Php/docs/seaslog.setlogger

From Get docs

SeasLog::setLogger

(PECL seaslog >=1.0.0)

SeasLog::setLoggerSet SeasLog logger name


Description

public static SeasLog::setLogger ( string $logger ) : bool

Use the Function SeasLog::setLogger() will change the value of function SeasLog::getLastLogger(). Than's mean, SeasLog will record loginfo into the logger directory.


Parameters

logger
Logger name.


Return Values

Return TRUE on created logger disectory success, FALSE on failure.


Examples

Example #1 SeasLog::setLogger() example

<?phpvar_dump(SeasLog::setLogger('testModule/testLogger'));?>

The above example will output something similar to:


bool(true)

See Also