[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/libraries/joomla/error/ -> log.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
License: GNU/GPL, see LICENSE.php
Version: $Id: log.php 14401 2010-01-26 14:10:00Z louis $
File Size: 231 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

JLog:: (5 methods):
  __construct()
  setOptions()
  addEntry()
  _openLog()
  _closeLog()


Class: JLog  - X-Ref

Joomla! Logging class

This class is designed to build log files based on the
W3C specification at: http://www.w3.org/TR/WD-logfile.html

__construct($path, $options)   X-Ref
Constructor

param: string    $path        Log file path
param: array    $options    Log file options

setOptions($options)   X-Ref
No description

addEntry($entry)   X-Ref
No description

_openLog()   X-Ref
Open the log file pointer and create the file if it doesn't exist

return: boolean    True on success

_closeLog()   X-Ref
Close the log file pointer

return: boolean    True on success



Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1