Class Mage_Core_Model_Log_Adapter

Description

Log Adapter

Located in /Core/Model/Log/Adapter.php (line 34)


	
			
Variable Summary
Method Summary
Mage_Core_Model_Log_Adapter __construct (string $fileName)
Mage_Core_Model_Log_Adapter log ([mixed $data = null])
Mage_Core_Model_Log_Adapter setData (string|array $key, [mixed $value = null])
mixed _filterDebugData (mixed $debugData)
Variables
array $_data = array() (line 49)

Data to log

  • access: protected
array $_debugReplacePrivateDataKeys = array() (line 56)

Fields that should be replaced in debug data with '***'

  • access: protected
string $_logFileName = '' (line 42)

Store log file name

  • access: protected
Methods
Constructor __construct (line 63)

Set log file name

  • access: public
Mage_Core_Model_Log_Adapter __construct (string $fileName)
  • string $fileName
log (line 74)

Perform forced log data to file

  • access: public
Mage_Core_Model_Log_Adapter log ([mixed $data = null])
  • mixed $data
setData (line 98)

Log data setter

  • todo: replace whole data
  • access: public
Mage_Core_Model_Log_Adapter setData (string|array $key, [mixed $value = null])
  • string|array $key
  • mixed $value
setFilterDataKeys (line 115)

Setter for private data keys, that should be replaced in debug data with '***'

  • access: public
Mage_Core_Model_Log_Adapter setFilterDataKeys (array $keys)
  • array $keys
_filterDebugData (line 130)

Recursive filter data by private conventions

  • access: protected
mixed _filterDebugData (mixed $debugData)
  • mixed $debugData

Documentation generated on Fri, 11 Feb 2011 16:55:59 +0200 by phpDocumentor 1.4.3