root/lang/php/misc/Logging/LogLayout.php

Revision 18405, 70 bytes (checked in by nowelium, 19 months ago)
Line 
1<?php
2
3interface LogLayout {
4    function format(LoggingEvent $event);
5}
Note: See TracBrowser for help on using the browser.