Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alex40724 committed Oct 23, 2023
1 parent 0c7811f commit 33e14e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Services/Logging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ An instance of the logging service is available via `$DIC->logger()`. You should
// Get component logger
$grp_logger = $DIC->logger->grp();

// code that is not assigned to any module or service can use the root logger for writing messages
// write a message with info log level
$grp_logger->info('info message');
```

Expand Down

0 comments on commit 33e14e0

Please sign in to comment.