Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MengRao authored Nov 29, 2021
1 parent caa4384 commit 6336fc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,9 @@ The signiture of callback function is:
// threadName: thread id or the name user set with setThreadName
// msg: full log msg with header
// bodyPos: log body index in the msg
// logFilePos: log file position of this msg
typedef void (*LogCBFn)(int64_t ns, LogLevel level, fmt::string_view location, size_t basePos,
fmt::string_view threadName, fmt::string_view msg, size_t bodyPos);
fmt::string_view threadName, fmt::string_view msg, size_t bodyPos, size_t logFilePos);
```

## Performance
Expand Down

0 comments on commit 6336fc1

Please sign in to comment.