Total Complexity | 2 |
Total Lines | 10 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
5 | class HtmlLogFormatter { |
||
6 | private static $icons=[100=>"",200=>"blue info circle",300=>"orange warning circle",400=>"exclamation triangle",500=>"thumbs down outline",550=>"thumbs down",600=>"ban"]; |
||
7 | private static $format=[100=>"",200=>"info",300=>"warning",400=>"error",500=>"error",550=>"error",600=>"error"]; |
||
8 | |||
9 | public static function getIcon(LogMessage $message){ |
||
11 | } |
||
12 | |||
13 | public static function getFormat(LogMessage $message){ |
||
17 |