Class: logWriter
Source Location: /logWriter/logWriter/logWriter.php
Class logWriter
Method Summary
| void |
info() |
インフォメーションメッセージ |
Methods
void logWriter(
[string
$logging_type = "default"], [string
$ini_path = LW_INI_PATH]
)
|
|
Constructor
Parameters:
|
string |
$logging_type: |
(optional) 設定のタイプ |
|
string |
$ini_path: |
ini (optional) ファイルの場所 |
void debug(
[string
$message = "debug Meaage"]
)
|
|
デバッグメッセージ
Parameters:
|
string |
$message: |
(optional) メッセージ |
void fatal(
[string
$message = "fatal Meaage"]
)
|
|
深刻なエラーメッセージ
Parameters:
|
string |
$message: |
(optional) メッセージ |
void info(
[string
$message = "infomation Meaage"]
)
|
|
インフォメーションメッセージ
Parameters:
|
string |
$message: |
(optional) メッセージ |
void notice(
[string
$message = "notice Meaage"]
)
|
|
忠告レベルのエラーメッセージ
Parameters:
|
string |
$message: |
(optional) メッセージ |
void setErrorByRef(
object
&$error_obj
)
|
|
エラーオブジェクトから、ログを記録する
Parameters:
void shutdown(
string
$message
)
|
|
スクリプトの最後で呼ぶ
Parameters:
|
string |
$message: |
(optional) メッセージ |
void warning(
[string
$message = "warning Meaage"]
)
|
|
警告レベルのエラーメッセージ
Parameters:
|
string |
$message: |
(optional) メッセージ |
Documentation generated on Thu, 04 Jan 2007 17:47:09 +0900
|