Overview

Namespaces

  • None
  • PHP
  • Pry
    • Auth
      • Interfaces
    • Config
    • Controller
    • Date
    • Db
    • Feed
      • Abstracts
      • Writers
    • File
      • Decorator
    • Form
      • Element
    • Image
    • Log
      • Writer
    • Net
      • Exception
    • Session
    • Util
    • Validate
      • Validator
    • View

Classes

  • Bd
  • File
  • Syslog
  • WriterAbstract
  • Overview
  • Namespace
  • Class
  • Tree

Class File

Class d'écriture de log dans les fichiers

Pry\Log\Writer\WriterAbstract
Extended by Pry\Log\Writer\File
Namespace: Pry\Log\Writer
Package: Log\Writer
Author: Olivier ROGER <oroger.fr>
Version: 1.2.0
Located at Log/Writer/File.class.php
Methods summary
public
# __construct( mixed $path )
public
# setLineLimit( integer $lines )

Défini le nombre de ligne que contiendra le fichier de log. 0 pour aucune limite

Défini le nombre de ligne que contiendra le fichier de log. 0 pour aucune limite

Parameters

$lines
integer
$lines Nombre limite de ligne

Since

1.1.0
protected
# _write( string $message, string $level )

Log du message

Log du message

Parameters

$message
string
$message
$level
string
$level
Methods inherited from Pry\Log\Writer\WriterAbstract
getPrefixe(), setDuration(), setMode(), write()
Constants inherited from Pry\Log\Writer\WriterAbstract
ALERT, CRITICAL, DAILY, DEBUG, EMERGENCY, ERROR, INFO, MODE_FULL, MODE_MINI, MONTHLY, NOTICE, WARN
Properties inherited from Pry\Log\Writer\WriterAbstract
$duree, $mode, $txtSeverity
Pry API documentation generated by ApiGen 2.8.0