local log-filter
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

log

Synopsis

log [object] [count]

Description

Display entries in the log buffers. Use the object argument to display the entries for a specific object, otherwise the command lists the entries of all object's log buffers but sorted by time. The optional count argument is the number of entries to list. Only the last 10 entries are listed by default.

All log buffers are zero-sized by default. The log-size command has to be used to allocate space for log entries. This has to be done before running the part of the simulation that generates the log messages.

Only log messages the match the currently configured level, group and type are saved to the log buffers.

Provided By

Simics Core

See Also

<conf_object>.log-group, log-level, log-size, log-type
local log-filter