SeasLog::getBasePath
Get SeasLog base path.
Description
public static string Seaslog::getBasePath()
If you use Seaslog::setBasePath, will change the result.
Parameters
This function has no parameters.
Examples
Example #1 SeasLog::getBasePath example
<?php
var_dump(SeasLog::getBasePath());
?>
The above example will output
something similar to:
string(12) "/var/log/www"