index.html 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <html>
  2. <head>
  3. <title>Logging</title>
  4. </head>
  5. <body bgcolor="FFFFFF">
  6. <h1>Logging</h1>
  7. <p>In testing a large circuit, and for documenting a circuit's
  8. behavior, a log of past circuit behavior can be useful. This is the purpose for
  9. Logisim's logging module, which allows you to select components whose
  10. values should be logged; optionally, you can specify a file into which
  11. the log should be placed.</p>
  12. <p>You can enter the logging module via the Logging...
  13. option from the Simulate menu. It brings up a window with three tabs.</p>
  14. <center><img src="../../../../en/img-guide/log-selection.png" width="466" height="387"></center>
  15. <p>We will discuss each of these tabs separately.</p>
  16. <blockquote>
  17. <a href="selection.html">The Selection tab</a>
  18. <br><a href="table.html">The Table tab</a>
  19. <br><a href="file.html">The File tab</a>
  20. </blockquote></p>
  21. <p>Each project has only one logging window; when you switch to viewing
  22. another circuit within the project, the logging window switches
  23. automatically to logging the other circuit instead. That is, it does
  24. this unless you are <a href="../subcirc/debug.html">moving up or down
  25. within the same simulation</a>, in which case the logging module does
  26. not change.</p>
  27. <p>Note that when the logging module switches to logging another
  28. simulation, it will cease any logging into a file. Should you switch
  29. back to the simulation again, it will remember the configuration for
  30. that simulation, but you will need to re-enable the file logging
  31. manually.</p>
  32. <p><strong>Next:</strong> <a href="selection.html">The Selection tab</a>.</p>
  33. </body>
  34. </html>