Showing:

Annotations
Diagrams
Facets
Properties
Used by
Element LogFile
Annotations
References Notes

YADE makes use of the following log4j loggers:

  • rootLogger which logs to stdout
  • reportLogger which logs to a file

This parameter specifies the location of the file to which the log output of the reportLogger will be written. Should the file not exist then it will be created. If the file already exists then all log output will be appended. Without specifying this parameter all log output of the reportLogger will be written to ${java.io.tmpdir}/Jade-client.log.

Diagram
Diagram
Type restriction of xs:string
Properties
content simple
default stdout
Facets
minLength 1
Used by
Complex Type LoggingType