mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
docs: change implements to extends (#10219)
This commit is contained in:
parent
dff2d53b4e
commit
ff6e8751d9
@ -120,7 +120,7 @@ Or you can extend the `AbstractLogger` class:
|
||||
```typescript
|
||||
import { AbstractLogger } from "typeorm"
|
||||
|
||||
export class MyCustomLogger implements AbstractLogger {
|
||||
export class MyCustomLogger extends AbstractLogger {
|
||||
/**
|
||||
* Write log to specific output.
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user