Skip to content

Commit

Permalink
ICL: Separate messages test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Jun 17, 2016
1 parent d55782a commit 0aad5d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Loggable.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ protected function initialize(InputInterface $input, OutputInterface $output)
protected function initializeLogging()
{
$log = new Logger('ICL', $this->getLogHandlers());
$log->info('Hello World!', [
$log->info('Hello World!');
$log->info('Message with context!', [
'isOkay' => true,
'count' => 3000,
'type' => 'cool',
Expand Down

0 comments on commit 0aad5d8

Please sign in to comment.