Wiki

Clone wiki

OYSTER / LogFile_Tag

#!xml

<LogFile Num="5" Size="100000000">Z:\Oyster\Log\Log_%g.log</LogFile>  

The LogFile tag directs where the log file for the run is stored, the number of log files that can be created before OYSTER round-robins and overwrites the first file, and the allowed size of the log file. The start and end tag enclose character data that represents the absolute path to the generated log files.

The LogFile tag has two attributes:

  • Num:

    • Accepts any integer as a value.
    • Function:
      • Defines the number of log files that can be created for the run.
    • Defaults to 10
  • Size

    • Accepts any integer as a value
      • The integer represents the max size of the file in bits. i.e. 100000000 bits ≈ 11.9 megabytes
    • Function:
      • Defines the max size of each generated log file.
    • Defaults to 100000bits

The Absolute path to the log files must contain the _%g as this tells OYSTER where to include the numeric increment in the name of the log files.

Back to OYSTER Reference Guide page

Click Prev Settings Tag page

Click Next RunMode Tag page

Updated