Skip to content

Commit

Permalink
Update docs fix
Browse files Browse the repository at this point in the history
Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys committed Jul 8, 2024
1 parent 5965e6f commit c7f694c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-frame-log-collector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ The tree path will look similarly to above examples, there will be folders for N

### Global log collector
`CollectLogs` is an annotation which can handle collecting logs which user want automatically in case of test failure or before/after failure.
It gets configuration passed into GlobalLogCollector and call collecting in proper callbacks.
It gets configuration passed into `GlobalLogCollector` and call collecting in proper callbacks.

Register GlobalLogCollector handlers and configure
Register `GlobalLogCollector` handlers and configure

```java
import io.skodjob.testframe.LogCollectorBuilder;
Expand Down

0 comments on commit c7f694c

Please sign in to comment.