LogAdapter Class
Aurora\Error\Adapter Namespace
Interfaces
Properties
path
Path to the log file
protected $path = '': string
Constructor
__construct
Constructor
Parameters
mixed$path— Path to the log file
Signature
public function __construct(mixed $path)
Methods
__construct
Constructor
Parameters
-
mixed$path— Path to the log file
Signature
public function __construct(mixed $path)
render
Render output
Parameters
-
Throwable$exception— The exception to show -
mixed$source— Source snippet
Signature
public function render(Throwable $exception, mixed $source = '')