Skip to content

Commit 6123fff

Browse files
Update content/techniques/logger.md
1 parent 7839876 commit 6123fff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/techniques/logger.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ This should be suitable for most cases. But if you need more customization (like
177177

178178
#### Injecting a custom logger
179179

180-
181180
To start, extend the built-in logger with code like the following. We supply the `scope` option as configuration metadata for the `Logger` class, specifying a [transient](/fundamentals/injection-scopes) scope, to ensure that we'll have a unique instance of the `MyLogger` in each feature module. In this example, we do not extend the individual `Logger` methods (like `log()`, `warn()`, etc.), though you may choose to do so.
182181

183182
```typescript

0 commit comments

Comments
 (0)