Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Bugsnag
BugsnagLaravel
MultiLogger
PHP Class Bugsnag\BugsnagLaravel\MultiLogger
Inheritance:
extends
Bugsnag\PsrLogger\MultiLogger
,
implements
Illuminate\Contracts\Logging\Log
Show file
Open project: bugsnag/bugsnag-laravel
Public Methods
Method
Description
useDailyFiles
(
string
$path
,
integer
$days
,
string
$level
= 'debug' ) :
void
Register a daily file log handler.
useFiles
(
string
$path
,
string
$level
= 'debug' ) :
void
Register a file log handler.
Method Details
useDailyFiles()
public
method
Register a daily file log handler.
public
useDailyFiles
(
string
$path
,
integer
$days
,
string
$level
= 'debug' ) :
void
$path
string
$days
integer
$level
string
return
void
useFiles()
public
method
Register a file log handler.
public
useFiles
(
string
$path
,
string
$level
= 'debug' ) :
void
$path
string
$level
string
return
void