log_files.html 3.9 KB

1234567891011121314151617181920212223
  1. <!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]--><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="Asciidoctor 1.5.4"><meta name="keywords" content="documentation, sdk, file"><title>jMonkeyEngine SDK: Log Files</title><link rel="stylesheet" href="./asciidoctor.css">
  2. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
  3. <link rel="stylesheet" href="./coderay-asciidoctor.css"><link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css"></head><body class="article toc2 toc-left"><div id="header"><div id="toolbar"><a href="https://github.com/jMonkeyEngine/wiki/edit/master/src/docs/asciidoc/sdk/log_files.adoc"><i class="fa fa-pencil-square" aria-hidden="true"></i></a><a href="https://github.com/jMonkeyEngine/wiki/new/master/src/docs/asciidoc/sdk/"><i class="fa fa-plus-square" aria-hidden="true"></i></a><input dir="auto" style="position: relative; vertical-align: top;" spellcheck="false" autocomplete="off" class="searchbox__input aa-input" id="doc-search" name="search" placeholder="Search in the doc" required="required" type="search"></div><h1>jMonkeyEngine SDK: Log Files</h1><div class="details"><span class="author" id="author"></span><br><span id="revnumber">version ,</span> <span id="revdate">2016/03/17 20:48</span></div><div id="toc" class="toc2"><div id="toctitle">Table of Contents</div><ul class="sectlevel1"><li><a href="#example-log">Example Log</a></li></ul></div></div><div id="content"><div id="preamble"><div class="sectionbody"><div class="paragraph"><p>You find the jMonkeyEngine SDK log file in <code>/dev/var/log/messages.log</code> in the jMonkeyEngine SDK preferences folder. You can learn the location of the preferences folder in the “About” screen of the jMonkeyEngine SDK under the label <strong>Userdir</strong>.</p></div>
  4. <div class="ulist"><ul><li><p>Windows: <code>C:\Documents and Settings\YOUR_NAME\.jmonkeyplatform\</code></p></li><li><p>Linux: <code>/home/YOUR_NAME/.jmonkeyplatform/</code></p></li><li><p>Mac <abbr title="Operating System">OS</abbr>: <code>/Users/YOUR_NAME/Library/Application Support/jmonkeyplatform/</code></p></li></ul></div>
  5. <div class="paragraph"><p>The message log contains all paths and <a href="../jme3/advanced/read_graphic_card_capabilites.html">capabilities</a> used in your development system, and also warnings, e.g. if a plugin crashed.</p></div></div></div>
  6. <div class="sect1"><h2 id="example-log">Example Log</h2><div class="sectionbody"><div class="listingblock"><div class="content"><pre class="CodeRay highlight"><code>&gt;Log Session: Saturday, September 24, 2011 10:45:30 AM CEST
  7. &gt;System Info:
  8. Product Version = jMonkeyPlatform Alpha-4
  9. Operating System = Mac OS X version 10.6.8 running on i386
  10. Java; VM; Vendor = 1.6.0_26; Java HotSpot(TM) Client VM 20.1-b02-384; Apple Inc.
  11. Runtime = Java(TM) SE Runtime Environment 1.6.0_26-b03-384-10M3425
  12. Java Home = /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
  13. System Locale; Encoding = de_DE (jmonkeyplatform); MacRoman
  14. Home Directory = /Users/joemonkey
  15. Current Directory = /
  16. User Directory = /Users/joemonkey/Library/Application Support/jmonkeyplatform/dev
  17. Installation = /Applications/jmonkeyplatform.app/Contents/Resources/jmonkeyplatform/jmonkeyplatform
  18. ...</code></pre></div></div></div></div></div><div id="footer"><div id="footer-text">Version <br>Last updated 2018-02-28 16:23:40 +00:00</div></div><script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script><script>docsearch({
  19. apiKey: 'a736b6d93de805e26ec2f49b55013fbd',
  20. indexName: 'jmonkeyengine',
  21. inputSelector: '#doc-search',
  22. debug: false // Set debug to true if you want to inspect the dropdown
  23. });</script></body></html>