@@ -2,8 +2,6 @@ |
||
2 | 2 | namespace Consolidation\Log; |
3 | 3 | |
4 | 4 | use Psr\Log\LogLevel; |
5 | -use Symfony\Component\Console\Output\OutputInterface; |
|
6 | -use Symfony\Component\Console\Style\OutputStyle; |
|
7 | 5 | |
8 | 6 | /** |
9 | 7 | * Styles log output based on format mappings provided in the constructor. |
@@ -2,7 +2,6 @@ |
||
2 | 2 | namespace Consolidation\Log; |
3 | 3 | |
4 | 4 | use Symfony\Component\Console\Output\OutputInterface; |
5 | -use Symfony\Component\Console\Style\OutputStyle; |
|
6 | 5 | |
7 | 6 | /** |
8 | 7 | * Base class that provides basic unstyled output. |