__construct()
format()
getEncoding()
setEncoding()
$_elementMap
$_encoding
$_rootElement
| category | Zend |
|---|---|
| package | Zend_Log |
| subpackage | Formatter |
| copyright | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
| license | New BSD License |
| version | $Id: Xml.php 20104 2010-01-06 21:26:01Z matthew $ |
__construct(string $rootElement, array $elementMap, string $encoding)
stringName of root element
array
stringEncoding to use (defaults to UTF-8)
format(array $event) : string
arrayevent data
stringformatted line to write to the loggetEncoding() : string
string$_elementMap : \Relates
$_encoding : string
$_rootElement : \Relates