Log event
Usage
log_event(..., step = get_global_step(increment = TRUE))Note
log_event() writes events to the default logdir. You can query the
default logdir with get_default_logdir() and modify it with
set_default_logdir(). You can also use the with_logdir() context switcher
to temporarily modify the logdir.