|
SeasLog::setLoggerSet SeasLog logger name Description
public static bool SeasLog::setLogger(string
$logger )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
Return ValuesReturn TRUE on created logger disectory success, FALSE on failure. ExamplesExample #1 SeasLog::setLogger example
The above example will output something similar to: bool(true) See Also
|