The SeasLog class
(PECL seaslog >=1.0.0)
类摘要
SeasLog
{
public static alert
(
string $message
,
array $content = ?
,
string $logger = ?
) :
bool
public static analyzerCount
(
string $level
,
string $log_path = ?
,
string $key_word = ?
) :
mixed
public static analyzerDetail
(
string $level
,
string $log_path = ?
,
string $key_word = ?
,
int $start = ?
,
int $limit = ?
,
int $order = ?
) :
mixed
public static critical
(
string $message
,
array $content = ?
,
string $logger = ?
) :
bool
public static debug
(
string $message
,
array $content = ?
,
string $logger = ?
) :
bool
public static emergency
(
string $message
,
array $content = ?
,
string $logger = ?
) :
bool
public static error
(
string $message
,
array $content = ?
,
string $logger = ?
) :
bool
public static info
(
string $message
,
array $content = ?
,
string $logger = ?
) :
bool
public static log
(
string $level
,
string $message = ?
,
array $content = ?
,
string $logger = ?
) :
bool
public static notice
(
string $message
,
array $content = ?
,
string $logger = ?
) :
bool
public static setLogger
(
string $logger
) :
bool
public static warning
(
string $message
,
array $content = ?
,
string $logger = ?
) :
bool
}
Table of Contents
User Contributed Notes
There are no user contributed notes for this page.