Class CFW_Log_DefaultLogWriter

Description

ログ出力実体の基本クラス

  • author: okada

Located in /Log/DefaultLogWriter.php (line 11)

CFW_Log_LogWriter
   |
   --CFW_Log_DefaultLogWriter
Variable Summary
static unknown_type $fileName
Method Summary
CFW_Log_DefaultLogWriter __construct ()
void init ( $config)
void write ( $level,  $userId,  $moduleName,  $methodName,  $message)
Variables
static unknown_type $fileName (line 17)

ログの出力先

  • access: public
Methods
Constructor __construct (line 19)
  • access: public
CFW_Log_DefaultLogWriter __construct ()

Redefinition of:
CFW_Log_LogWriter::__construct()
init (line 23)
  • access: public
void init ( $config)
  • $config

Redefinition of:
CFW_Log_LogWriter::init()
write (line 48)
  • access: public
void write ( $level,  $userId,  $moduleName,  $methodName,  $message)
  • $level
  • $userId
  • $moduleName
  • $methodName
  • $message

Redefinition of:
CFW_Log_LogWriter::write()
書き込む

Inherited Methods

Inherited From CFW_Log_LogWriter

CFW_Log_LogWriter::__construct()
CFW_Log_LogWriter::init()
CFW_Log_LogWriter::write()

Documentation generated on Fri, 25 Dec 2009 21:42:53 +0900 by phpDocumentor 1.4.3