Learn R Programming

simmer (version 3.5.1)

log_: Add a logging activity

Description

Display a message preceded by the simulation time and the name of the arrival.

Usage

log_(.trj, message)

Arguments

.trj
the trajectory object.
message
the message to display, accepts either a string or a callable object (a function) which must return a string.

Value

Returns the trajectory object.