Changeset 18669 for lang/php/misc/Logging
- Timestamp:
- 09/02/08 22:47:35 (4 months ago)
- Files:
-
- 1 modified
-
lang/php/misc/Logging/layout/SimpleLayout.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/php/misc/Logging/layout/SimpleLayout.php
r18405 r18669 18 18 ); 19 19 public function format(LoggingEvent $event){ 20 return preg_replace('/ (%[a-zA-Z%])/e', 'self::replace($event, \'\\1\')', $this->message);20 return preg_replace('/%[a-zA-Z%]/e', 'self::replace($event, \'$0\')', $this->message); 21 21 } 22 22 protected static function replace(LoggingEvent $event, $key){
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)