===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
php-log-1.13.2/Log-1.13.2/docs/guide.txt-119-+===============+===========+===============================================+
php-log-1.13.2/Log-1.13.2/docs/guide.txt:120:| ``$handler``  | String    | The type of Log handler to construct.  This   |
php-log-1.13.2/Log-1.13.2/docs/guide.txt-121-|               |           | parameter is only available when `the factory |
##############################################
php-log-1.13.2/Log-1.13.2/docs/guide.txt-123-+---------------+-----------+-----------------------------------------------+
php-log-1.13.2/Log-1.13.2/docs/guide.txt:124:| ``$name``     | String    | The name of the log resource to which the     |
php-log-1.13.2/Log-1.13.2/docs/guide.txt-125-|               |           | events will be logged.  The use of this value |
##############################################
php-log-1.13.2/Log-1.13.2/docs/guide.txt-128-+---------------+-----------+-----------------------------------------------+
php-log-1.13.2/Log-1.13.2/docs/guide.txt:129:| ``$ident``    | String    | An identification string that will be included|
php-log-1.13.2/Log-1.13.2/docs/guide.txt-130-|               |           | in all log events logged by this handler.     |
##############################################
php-log-1.13.2/Log-1.13.2/docs/guide.txt-134-+---------------+-----------+-----------------------------------------------+
php-log-1.13.2/Log-1.13.2/docs/guide.txt:135:| ``$conf``     | Array     | Associative array of key-value pairs that are |
php-log-1.13.2/Log-1.13.2/docs/guide.txt-136-|               |           | used to specify any handler-specific settings.|
php-log-1.13.2/Log-1.13.2/docs/guide.txt-137-+---------------+-----------+-----------------------------------------------+
php-log-1.13.2/Log-1.13.2/docs/guide.txt:138:| ``$level``    | Integer   | Log messages up to and including this level.  |
php-log-1.13.2/Log-1.13.2/docs/guide.txt-139-|               |           | This value defaults to ``PEAR_LOG_DEBUG``.    |
##############################################
php-log-1.13.2/Log-1.13.2/docs/guide.txt-198-Defining a log level mask allows you to include and/or exclude specific levels
php-log-1.13.2/Log-1.13.2/docs/guide.txt:199:of events from being logged.  The ``$level`` construction parameter (see
php-log-1.13.2/Log-1.13.2/docs/guide.txt-200-`Configuring a Handler`_) uses this mechanism to exclude log events below a
##############################################
php-log-1.13.2/Log-1.13.2/docs/guide.txt-251-+==================+===========+============================================+
php-log-1.13.2/Log-1.13.2/docs/guide.txt:252:| ``%{timestamp}`` | ``%1$s``  | Timestamp.  This is often configurable.    |
php-log-1.13.2/Log-1.13.2/docs/guide.txt-253-+------------------+-----------+--------------------------------------------+
php-log-1.13.2/Log-1.13.2/docs/guide.txt:254:| ``%{ident}``     | ``%2$s``  | The log handler's identification string.   |
php-log-1.13.2/Log-1.13.2/docs/guide.txt-255-+------------------+-----------+--------------------------------------------+
php-log-1.13.2/Log-1.13.2/docs/guide.txt:256:| ``%{priority}``  | ``%3$s``  | The log event's priority.                  |
php-log-1.13.2/Log-1.13.2/docs/guide.txt-257-+------------------+-----------+--------------------------------------------+
php-log-1.13.2/Log-1.13.2/docs/guide.txt:258:| ``%{message}``   | ``%4$s``  | The log event's message text.              |
php-log-1.13.2/Log-1.13.2/docs/guide.txt-259-+------------------+-----------+--------------------------------------------+
php-log-1.13.2/Log-1.13.2/docs/guide.txt:260:| ``%{file}``      | ``%5$s``  | The full filename of the logging file.     |
php-log-1.13.2/Log-1.13.2/docs/guide.txt-261-+------------------+-----------+--------------------------------------------+
php-log-1.13.2/Log-1.13.2/docs/guide.txt:262:| ``%{line}``      | ``%6$s``  | The line number on which the event occured.|
php-log-1.13.2/Log-1.13.2/docs/guide.txt-263-+------------------+-----------+--------------------------------------------+
php-log-1.13.2/Log-1.13.2/docs/guide.txt:264:| ``%{function}``  | ``%7$s``  | The function from which the event occurred.|
php-log-1.13.2/Log-1.13.2/docs/guide.txt-265-+------------------+-----------+--------------------------------------------+
php-log-1.13.2/Log-1.13.2/docs/guide.txt:266:| ``%{class}``     | ``%8$s``  | The class in which the event occurred.     |
php-log-1.13.2/Log-1.13.2/docs/guide.txt-267-+------------------+-----------+--------------------------------------------+
##############################################
php-log-1.13.2/Log-1.13.2/docs/guide.txt-320-+-------------------+-----------+---------------+---------------------------+
php-log-1.13.2/Log-1.13.2/docs/guide.txt:321:| ``lineFormat``    | String    | ``%1$s %2$s   | `Log line format`_        |
php-log-1.13.2/Log-1.13.2/docs/guide.txt-322-|                   |           | [%3$s] %4$s`` | specification.            |
##############################################
php-log-1.13.2/Log-1.13.2/docs/guide.txt-351-+===================+===========+===============+===========================+
php-log-1.13.2/Log-1.13.2/docs/guide.txt:352:| ``lineFormat``    | String    | ``<b>%3$s</b>:| `Log line format`_        |
php-log-1.13.2/Log-1.13.2/docs/guide.txt-353-|                   |           | %4$s``        | specification.            |
##############################################
php-log-1.13.2/Log-1.13.2/docs/guide.txt-409-+-------------------+-----------+---------------+---------------------------+
php-log-1.13.2/Log-1.13.2/docs/guide.txt:410:| ``lineFormat``    | String    | ``%2$s: %4$s``| `Log line format`_        |
php-log-1.13.2/Log-1.13.2/docs/guide.txt-411-|                   |           |               | specification.            |
##############################################
php-log-1.13.2/Log-1.13.2/docs/guide.txt-420-the PHP manual.  For your convenience, the Log package also defines the
php-log-1.13.2/Log-1.13.2/docs/guide.txt:421:following constants that can be used for the ``$name`` handler construction
php-log-1.13.2/Log-1.13.2/docs/guide.txt-422-parameter.
##############################################
php-log-1.13.2/Log-1.13.2/docs/guide.txt-495-+-------------------+-----------+---------------+---------------------------+
php-log-1.13.2/Log-1.13.2/docs/guide.txt:496:| ``lineFormat``    | String    | ``%1$s %2$s   | `Log line format`_        |
php-log-1.13.2/Log-1.13.2/docs/guide.txt-497-|                   |           | [%3$s] %4$s`` | specification.            |
##############################################
php-log-1.13.2/Log-1.13.2/docs/guide.txt-532-+-------------------+-----------+---------------+---------------------------+
php-log-1.13.2/Log-1.13.2/docs/guide.txt:533:| ``lineFormat``    | String    | ``%2$s [%3$s] | `Log line format`_        |
php-log-1.13.2/Log-1.13.2/docs/guide.txt-534-|                   |           | %4$s``        | specification.            |
##############################################
php-log-1.13.2/Log-1.13.2/docs/guide.txt-563-Multiple recipients can be specified by separating their email addresses with
php-log-1.13.2/Log-1.13.2/docs/guide.txt:564:commas in the ``$name`` construction parameter.
php-log-1.13.2/Log-1.13.2/docs/guide.txt-565-
##############################################
php-log-1.13.2/Log-1.13.2/docs/guide.txt-578-+-------------------+-----------+---------------+---------------------------+
php-log-1.13.2/Log-1.13.2/docs/guide.txt:579:| ``lineFormat``    | String    | ``%1$s %2$s   | `Log line format`_        |
php-log-1.13.2/Log-1.13.2/docs/guide.txt-580-|                   |           | [%3$s] %4$s`` | specification.            |
##############################################
php-log-1.13.2/Log-1.13.2/docs/guide.txt-673-**Note:** Due to the constraints of the default database schema, the SQL
php-log-1.13.2/Log-1.13.2/docs/guide.txt:674:handler limits the length of the ``$ident`` string to sixteen (16) characters.
php-log-1.13.2/Log-1.13.2/docs/guide.txt-675-This limit can be adjusted using the ``identLimit`` configuration parameter.
##############################################
php-log-1.13.2/Log-1.13.2/docs/guide.txt-729-The name of the database table to which the log entries will be written is
php-log-1.13.2/Log-1.13.2/docs/guide.txt:730:specified using the ``$name`` construction parameter (see `Configuring a
php-log-1.13.2/Log-1.13.2/docs/guide.txt-731-Handler`_).
php-log-1.13.2/Log-1.13.2/docs/guide.txt-732-
php-log-1.13.2/Log-1.13.2/docs/guide.txt:733:.. |sql-default| replace:: ``INSERT INTO $table (id, logtime, ident, priority, message) VALUES(?, CURRENT_TIMESTAMP, ?, ?, ?)``
php-log-1.13.2/Log-1.13.2/docs/guide.txt-734-
##############################################
php-log-1.13.2/Log-1.13.2/docs/guide.txt-856-+-------------------+-----------+---------------+---------------------------+
php-log-1.13.2/Log-1.13.2/docs/guide.txt:857:| ``lineFormat``    | String    | ``%4$s``      | `Log line format`_        |
php-log-1.13.2/Log-1.13.2/docs/guide.txt-858-|                   |           |               | specification.            |
##############################################
php-log-1.13.2/Log-1.13.2/docs/guide.txt-1178-The constructor is responsible for configuring the handler based on these
php-log-1.13.2/Log-1.13.2/docs/guide.txt:1179:values.  Handler-specific parameters are passed as part of the ``$conf``
php-log-1.13.2/Log-1.13.2/docs/guide.txt-1180-array.  At a minimum, the handler's constructor must set the following values
##############################################
php-log-1.13.2/Log-1.13.2/docs/guide.txt-1220-
php-log-1.13.2/Log-1.13.2/docs/guide.txt:1221:The ``Log`` base class provides a protected ``$_opened`` member variable which
php-log-1.13.2/Log-1.13.2/docs/guide.txt-1222-should be set to ``true`` when the log handler is opened and ``false`` when it
##############################################
php-log-1.13.2/Log-1.13.2/docs/guide.txt-1226-If the ``open()`` method fails to ready the handler for output, it should
php-log-1.13.2/Log-1.13.2/docs/guide.txt:1227:return ``false`` and set ``$this->_opened`` to ``false``.
php-log-1.13.2/Log-1.13.2/docs/guide.txt-1228-
##############################################
php-log-1.13.2/Log-1.13.2/docs/guide.txt-1235-If the ``close()`` method fails to close the handler, it should return
php-log-1.13.2/Log-1.13.2/docs/guide.txt:1236:``false``.  Otherwise, it should return ``true``.  The ``$this->_opened``
php-log-1.13.2/Log-1.13.2/docs/guide.txt-1237-flag should also be updated appropriately.
##############################################
php-log-1.13.2/Log-1.13.2/docs/guide.txt-1256-
php-log-1.13.2/Log-1.13.2/docs/guide.txt:1257:.. __: `void _announce($event)`_
php-log-1.13.2/Log-1.13.2/docs/guide.txt-1258-
##############################################
php-log-1.13.2/Log-1.13.2/docs/guide.txt-1267-
php-log-1.13.2/Log-1.13.2/docs/guide.txt:1268:If ``$message`` is an object, ``_extractMessage()`` will attempt to extract
php-log-1.13.2/Log-1.13.2/docs/guide.txt-1269-the message text using a known method (such as a `PEAR_Error`_ object's
##############################################
php-log-1.13.2/Log-1.13.2/docs/guide.txt-1293-This method informs any registered `log observers`_ that a new event has been
php-log-1.13.2/Log-1.13.2/docs/guide.txt:1294:logged.  ``$event`` is an array containing two named elements::
php-log-1.13.2/Log-1.13.2/docs/guide.txt-1295-
##############################################
php-log-1.13.2/Log-1.13.2/docs/guide.txt-1301-
php-log-1.13.2/Log-1.13.2/docs/guide.txt:1302:.. _log(): `bool log($message, $priority = null)`_
php-log-1.13.2/Log-1.13.2/docs/guide.txt-1303-
##############################################
php-log-1.13.2/Log-1.13.2/Log/sqlite.php-202-    {
php-log-1.13.2/Log-1.13.2/Log/sqlite.php:203:        $q = "SELECT name FROM sqlite_master WHERE name='" . $this->_table .
php-log-1.13.2/Log-1.13.2/Log/sqlite.php-204-             "' AND type='table'";
##############################################
php-log-1.13.2/Log-1.13.2/tests/sqlite.phpt-20-
php-log-1.13.2/Log-1.13.2/tests/sqlite.phpt:21:$q = "SELECT message FROM log_table WHERE ident='$ident'";
php-log-1.13.2/Log-1.13.2/tests/sqlite.phpt-22-$res = sqlite_query($db, $q);