Class Ethna_Plugin_Logwriter_Syslog

Description

ログ出力クラス(Syslog)

Located in /class/Plugin/Logwriter/Syslog.php (line 20)

Ethna_Plugin_Abstract
   |
   --Ethna_Plugin_Logwriter
      |
      --Ethna_Plugin_Logwriter_Syslog
Method Summary
 void begin ()
 void end ()
 void log (int $level, string $message)
Variables
Methods
begin (line 27)

ログ出力を開始する

  • access: public
void begin ()

Redefinition of:
Ethna_Plugin_Logwriter::begin()
ログ出力を開始する
end (line 70)

ログ出力を終了する

  • access: public
void end ()

Redefinition of:
Ethna_Plugin_Logwriter::end()
ログ出力を終了する
log (line 43)

ログを出力する

  • access: public
void log (int $level, string $message)
  • int $level: ログレベル(LOG_DEBUG, LOG_NOTICE...)
  • string $message: ログメッセージ(+引数)

Redefinition of:
Ethna_Plugin_Logwriter::log()
ログを出力する

Inherited Methods

Inherited From Ethna_Plugin_Logwriter

 Ethna_Plugin_Logwriter::begin()
 Ethna_Plugin_Logwriter::end()
 Ethna_Plugin_Logwriter::getIdent()
 Ethna_Plugin_Logwriter::log()
 Ethna_Plugin_Logwriter::setOption()

Inherited From Ethna_Plugin_Abstract

 Ethna_Plugin_Abstract::__construct()
 Ethna_Plugin_Abstract::getConfig()
 Ethna_Plugin_Abstract::getName()
 Ethna_Plugin_Abstract::getType()
 Ethna_Plugin_Abstract::_detectName()
 Ethna_Plugin_Abstract::_detectType()
 Ethna_Plugin_Abstract::_load()
 Ethna_Plugin_Abstract::_loadConfig()

Documentation generated on Fri, 11 Nov 2011 03:59:08 +0900 by phpDocumentor 1.4.3