Login   Register  
PHP Classes
elePHPant
Icontem

File: log4php.conf

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Asbjorn Grandt  >  AJAX Logger  >  log4php.conf  >  Download  
File: log4php.conf
Role: Auxiliary data
Content type: text/plain
Description: test / example configuration for log4php
Class: AJAX Logger
Handle log requests sent by AJAX applications
Author: By
Last change:
Date: 2011-11-06 01:31
Size: 343 bytes
 

Contents

Class file image Download
log4php.rootLogger=debug, L1

log4php.appender.L1=LoggerAppenderRollingFile
log4php.appender.L1.File=logs/example.log

log4php.appender.L1.MaxFileSize=200KB
# Number of files to keep
log4php.appender.L1.MaxBackupIndex=5

log4php.appender.L1.layout=LoggerLayoutPattern
log4php.appender.L1.layout.ConversionPattern="%d [%t] %-6p | %-15c # %m%n"