デストラクタ
void
__destruct
()
Debugレベルでログを出力
void
debug
( $message, [ $throwable = NULL], mixed $message:, mixed $throwable:)
-
mixed
$message:: ログ出力するメッセージ
-
mixed
$throwable:: ログに出力するExceptionオブジェクト(stack traceを含む)
-
$message
-
$throwable
Errorレベルでログを出力
void
error
( $message, [ $throwable = NULL], mixed $message:, mixed $throwable:)
-
mixed
$message:: ログ出力するメッセージ
-
mixed
$throwable:: ログに出力するExceptionオブジェクト(stack traceを含む)
-
$message
-
$throwable
Fatalレベルでログを出力
void
fatal
( $message, [ $throwable = NULL], mixed $message:, mixed $throwable:)
-
mixed
$message:: ログ出力するメッセージ
-
mixed
$throwable:: ログに出力するExceptionオブジェクト(stack traceを含む)
-
$message
-
$throwable
Infoレベルでログを出力
void
info
( $message, [ $throwable = NULL], mixed $message:, mixed $throwable:)
-
mixed
$message:: ログ出力するメッセージ
-
mixed
$throwable:: ログに出力するExceptionオブジェクト(stack traceを含む)
-
$message
-
$throwable
ログ出力設定の Debug レベルの有効/無効 判定
boolean
isDebugEnabled
()
ログ出力設定の Error レベルの有効/無効 判定
boolean
isErrorEnabled
()
ログ出力設定の Fatal レベルの有効/無効 判定
boolean
isFatalEnabled
()
ログ出力設定の Info レベルの有効/無効 判定
boolean
isInfoEnabled
()
ログ出力設定の Warn レベルの有効/無効 判定
boolean
isWarnEnabled
()
Warnレベルでログを出力
void
warn
( $message, [ $throwable = NULL], mixed $message:, mixed $throwable:)
-
mixed
$message:: ログ出力するメッセージ
-
mixed
$throwable:: ログに出力するExceptionオブジェクト(stack traceを含む)
-
$message
-
$throwable