<tracer_tool>.add-instrumentation <tracer_tool>.del-log-message
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

<tracer_tool>.add-log-message

Synopsis

<tracer_tool>.add-log-message (log-objects ... | list of log-objects) [level] ([ types ... ] | list of types) ([ "groups" ... ] | list of "groups")

Description

Add log entries to the log output for specific objects. log-objects is one or several object to add log outputs from. The level specifies the log level to consider. Log messages with less than or equal level will be included. The current log level for each object is ignored, i.e., specifying 4 here will include all messages for an object regardless of its log level setting. The types argument specifies what log types to include. All log types are included if not set. The groups argument specifies the log group for the object to consider. All objects given must define the groups specified. If this is not the case, this command can be executed several times, adding different objects with different log groups. All log groups are included if not set.

Provided By

instrumentation-tracer-tool
<tracer_tool>.add-instrumentation <tracer_tool>.del-log-message