Class CFW_Log_Logger

Description

ログ出力

  • author: okada

Located in /Log/Logger.php (line 10)


	
			
Variable Summary
integer $logLevel
string $moduleName
unknown_type $writer
Method Summary
unknown_type alert (string $methodName, string $message, [object $userId = null])
unknown_type critical (string $methodName, string $message, [object $userId = null])
unknown_type debug (string $methodName, string $message, [object $userId = null])
unknown_type emergency (string $methodName, string $message, [object $userId = null])
unknown_type error (string $methodName, string $message, [object $userId = null])
unknown_type getUserId ($userId 0)
unknown_type info (string $methodName, string $message, [object $userId = null])
unknown_type notice (string $methodName, string $message, [object $userId = null])
unknown_type warning (string $methodName, string $message, [object $userId = null])
Variables
integer $logLevel (line 22)

ログレベル

  • access: public
string $moduleName (line 17)

モジュール名称

  • access: public
unknown_type $writer (line 27)

writer本体

  • access: public
Methods
alert (line 51)

警報

  • access: public
unknown_type alert (string $methodName, string $message, [object $userId = null])
  • string $methodName: 呼び出し側のメソッド名
  • string $message: 出力するメッセージ
  • object $userId: 今使っているであろうユーザー
critical (line 66)

危機

  • access: public
unknown_type critical (string $methodName, string $message, [object $userId = null])
  • string $methodName: 呼び出し側のメソッド名
  • string $message: 出力するメッセージ
  • object $userId: 今使っているであろうユーザー
debug (line 141)

デバック

  • access: public
unknown_type debug (string $methodName, string $message, [object $userId = null])
  • string $methodName: 呼び出し側のメソッド名
  • string $message: 出力するメッセージ
  • object $userId: 今使っているであろうユーザー
emergency (line 36)

緊急事態

  • access: public
unknown_type emergency (string $methodName, string $message, [object $userId = null])
  • string $methodName: 呼び出し側のメソッド名
  • string $message: 出力するメッセージ
  • object $userId: 今使っているであろうユーザー
error (line 81)

エラー

  • access: public
unknown_type error (string $methodName, string $message, [object $userId = null])
  • string $methodName: 呼び出し側のメソッド名
  • string $message: 出力するメッセージ
  • object $userId: 今使っているであろうユーザー
getUserId (line 154)

現在のユーザーID

unknown_type getUserId ($userId 0)
  • $userId 0
info (line 126)

情報

  • access: public
unknown_type info (string $methodName, string $message, [object $userId = null])
  • string $methodName: 呼び出し側のメソッド名
  • string $message: 出力するメッセージ
  • object $userId: 今使っているであろうユーザー
notice (line 111)

注意

  • access: public
unknown_type notice (string $methodName, string $message, [object $userId = null])
  • string $methodName: 呼び出し側のメソッド名
  • string $message: 出力するメッセージ
  • object $userId: 今使っているであろうユーザー
warning (line 96)

警告

  • access: public
unknown_type warning (string $methodName, string $message, [object $userId = null])
  • string $methodName: 呼び出し側のメソッド名
  • string $message: 出力するメッセージ
  • object $userId: 今使っているであろうユーザー

Documentation generated on Fri, 25 Dec 2009 21:43:02 +0900 by phpDocumentor 1.4.3