Skip to contents

Create a bru_log object, by default empty.

Usage

bru_log_new(x = NULL, bookmarks = NULL)

Arguments

x

An optional character vector of log messages, or data.frame with columns message, timestamp, and verbosity.

bookmarks

An optional integer vector of named bookmarks message in x.

Examples

x <- bru_log_new()
x <- bru_log_message("Test message", x = x)
print(x)
#> 2025-12-12 16:45:51.754292: Test message