You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The capturing logger could include this functionality itself with MessagesFrom(start int). The result would be the selected subset of messages with no references to the underlying message slice.
The capturing logger returns its underlying message slice, allowing a caller to modify the recorded message contents.
platform-lib/pkg/rslog/capturing_logger.go
Lines 129 to 131 in 8cb8e62
platform-lib/pkg/rslog/capturing_logger.go
Lines 143 to 148 in 8cb8e62
Messages()
should return a copy of its message slice.The text was updated successfully, but these errors were encountered: