Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


5.5.26 java.util.logging.FileHandler.count

java.util.logging.FileHandler.count specifies the number of output files to cycle through.

Description

java.util.logging.FileHandler.count specifies the number of output files to cycle through.

For a rotating set of files, a file is closed, rotated out, and a new file is created when each file reaches the specified size limit. Older files are renamed by adding values such as 0, 1, and 2 to the base file name.

By default, buffering is enabled in the IO libraries, however, each log record is flushed out when it is complete.

Specifiable values

Type: Integer

1 to 2147483647

Default value

If the definition item is omitted

8