Showing:

Annotations
Diagrams
Instances
Model
Properties
Used by
Element Logging
Annotations

https://kb.sos-berlin.com/display/PKB/YADE+Parameter+Reference+-+Logging

References Notes

YADE uses the log4j framework for logging and makes use of the following loggers:

  • rootLogger
  • reportLogger
where the output of the reportLogger is more compact than the rootLogger output.

These loggers are configured by a log4j.properties file which determines that the

  • rootLogger logs to stdout.
  • reportLogger optionally logs to a file.

If the log4j.properties file is not found then a log4j base configuration is used which logs to stdout.

Diagram
Diagram YADE_configuration_v1_0_xsd_Element_LogFile.tmp#LogFile YADE_configuration_v1_0_xsd_Element_Log4JPropertyFile.tmp#Log4JPropertyFile YADE_configuration_v1_0_xsd_Element_DebugLevel.tmp#DebugLevel YADE_configuration_v1_0_xsd_Element_ProtocolCommandListener.tmp#ProtocolCommandListener YADE_configuration_v1_0_xsd_Complex_Type_LoggingType.tmp#LoggingType
Type LoggingType
Properties
content complex
Used by
Elements General, Profile
Model
Instance
<Logging>
  <LogFile>{0,1}</LogFile>
  <Log4JPropertyFile>{0,1}</Log4JPropertyFile>
  <DebugLevel>{0,1}</DebugLevel>
  <ProtocolCommandListener>{0,1}</ProtocolCommandListener>
</Logging>