[ Index ] |
|
Code source de Symfony 1.0.0 |
1 #################################################### 2 # 3 # ANSI COLOR LOGGER CONFIGURATION 4 # 5 # Format for AnsiColorLogger.*= 6 # Attribute;Foreground;Background 7 # 8 # Attribute is one of the following: 9 # 0 -> Reset All Attributes (return to normal mode) 10 # 1 -> Bright (Usually turns on BOLD) 11 # 2 -> Dim 12 # 3 -> Underline 13 # 5 -> link 14 # 7 -> Reverse 15 # 8 -> Hidden 16 # 17 # Foreground is one of the following: 18 # 30 -> Black 19 # 31 -> Red 20 # 32 -> Green 21 # 33 -> Yellow 22 # 34 -> Blue 23 # 35 -> Magenta 24 # 36 -> Cyan 25 # 37 -> White 26 # 27 # Background is one of the following: 28 # 40 -> Black 29 # 41 -> Red 30 # 42 -> Green 31 # 43 -> Yellow 32 # 44 -> Blue 33 # 45 -> Magenta 34 # 46 -> Cyan 35 # 47 -> White 36 # 37 #################################################### 38 39 AnsiColorLogger.ERROR_COLOR=2;31 40 AnsiColorLogger.WARNING_COLOR=2;35 41 AnsiColorLogger.INFO_COLOR=2;36 42 AnsiColorLogger.VERBOSE_COLOR=2;32 43 AnsiColorLogger.DEBUG_COLOR=2;34
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |