Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

By default, SLIC will print out markers for the beginning and end of events as they are simulated.

No Format
>>>> BeginEvent <1>
>>>> EndEvent <1>

To turn off these messages, e.g. if you are generating a large number of events and want to reduce the log file size, the following two lines should be added to your SLIC macro.

No Format
/log/PrimaryGeneratorAction/setLogLevel 0
/log/EventAction/setLogLevel 0

The first command turns off "BeginEvent" and the second disables "EndEvent".