The Log_file class is a concrete implementation of the Log abstract class that logs messages to a text file.
Located in /maintenance/libraries/pear/Log/file.php (line 20)
Log | --Log_file
Should new log entries be append to an existing log file, or should the
a new log file overwrite an existing one?
String containing the end-on-line character sequence.
String containing the name of the log file.
Hash that maps canonical format keys to position arguments for the "line format" string.
Handle to the log file.
String containing the format of a log line.
Integer (in octal) containing the log file's permissions mode.
String containing the timestamp format. It will be passed directly to strftime(). Note that the timestamp string will generated using the current locale.
Inherited from Log
Log::$_id
Log::$_ident
Log::$_listeners
Log::$_mask
Log::$_opened
Log::$_priority
Constructs a new Log_file object.
Closes the log file if it is open.
Flushes all pending data to the file handle.
Logs $message to the output window. The message is also passed along to any Log_observer instances that are observing this Log.
Opens the log file for output. If the specified log file does not already exist, it will be created. By default, new log entries are appended to the end of the log file.
This is implicitly called by log(), if necessary.
Destructor
Creates the given directory path. If the parent directories don't already exist, they will be created, too.
Inherited From Log
Log::alert()
Log::attach()
Log::close()
Log::crit()
Log::debug()
Log::detach()
Log::emerg()
Log::err()
Log::factory()
Log::flush()
Log::getIdent()
Log::getMask()
Log::getPriority()
Log::info()
Log::isComposite()
Log::log()
Log::MASK()
Log::notice()
Log::open()
Log::priorityToString()
Log::setIdent()
Log::setMask()
Log::setPriority()
Log::singleton()
Log::UPTO()
Log::warning()
Log::_announce()
Log::_extractMessage()
Log::_isMasked()
Documentation generated on Fri, 3 Dec 2004 12:26:44 +0000 by phpDocumentor 1.3.0RC3