|
SeasLog::getLastLoggerGet SeasLog last logger path 説明
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). パラメータこの関数にはパラメータはありません。 戻り値Use the Function SeasLog::setLogger will change the value of function SeasLog::getLastLogger. 例例1 SeasLog::getLastLogger example
上の例の出力は、 たとえば以下のようになります。 string(7) "default" string(12) "theNewLogger" 参考
|