|
SeasLog::getLastLoggerGet SeasLog last logger path Description
public static string SeasLog::getLastLogger()
Use the Function SeasLog::getLastLogger will get the value of seaslog.default_logger what configured in php.ini(seaslog.ini). ParametersThis function has no parameters. Return ValuesUse the Function SeasLog::setLogger will change the value of function SeasLog::getLastLogger. ExamplesExample #1 SeasLog::getLastLogger example
The above example will output something similar to: string(7) "default" string(12) "theNewLogger" See Also
|