\JLogLoggerW3CInspector
JLogLoggerW3CInspector class.
Synopsis
class JLogLoggerW3CInspector
extends JLogLoggerW3c
{
- // Inherited members from JLogLoggerW3c
- protected $format;
- // Inherited members from JLogLoggerFormattedtext
- protected $file;
- protected $format;
- protected $fields;
- protected $path;
- // Inherited members from JLogLogger
- protected $options;
- protected $priorities;
- // Inherited methods from JLogLoggerW3c
- public void __construct()
- // Inherited methods from JLogLoggerFormattedtext
- public void __construct()
- public void __destruct()
- public boolean addEntry()
- protected string generateFileHeader()
- protected void initFile()
- protected void parseFields()
- // Inherited methods from JLogLogger
- public void __construct()
- public abstract void addEntry()
Hierarchy
Extends
Members
protected
- $fields — array
- $file — resource
- $format — string
- $format — string
- $options
—
array
Options array for the JLog instance. - $path — string
- $priorities — array
public
- $fields
- $file
- $format
- $options
- $path
Methods
Inherited from JLogLoggerFormattedtext
protected
- generateFileHeader() — Method to generate the log file header.
- initFile() — Method to initialise the log file. This will create the folder path to the file if it doesn't already exist and also get a new file header if the file doesn't already exist. If the file already exists it will simply open it for writing.
- parseFields() — Method to parse the format string into an array of fields.
public
- addEntry() — Method to add an entry to the log.
Inherited from JLogLogger
public
- addEntry() — Method to add an entry to the log.