ErrFile is mainly used to extract and print data in an EnergyPlus Error File (.err).

# S3 method for ErrFile
print(x, brief = FALSE, info = TRUE, ...)

Arguments

x

An ErrFile created using read_err().

brief

If TRUE, only summary data is printed. Default: FALSE.

info

If FALSE, informative messages are excluded. Only warnings and errors are printed. Default: TRUE.

...

Further arguments passed to or from other methods.

Value

An ErrFile object, invisibly.