Hello fellows,<br>&nbsp;&nbsp; I needed to start using a logging system, and I thought I try out toothpick.&nbsp; I red a little about it and I like it&#39;s design and the way it is used.<br>&nbsp;&nbsp; Unfortunately I installed and it did not work.&nbsp; I tried the versions from the web site, SqueakMap and SqueakSource.
<br><br>&nbsp;&nbsp; If I execute the simple test code, taken from the web site:<br><br><pre>LoggingMultiplexer reset.<br>LoggingMultiplexer current <br>        configureFromIniFile;<br>          startAllLoggers.<br>LoggingEvent logError: &#39;Test Message&#39;.
<br>LoggingMultiplexer current stopAllLoggers.<br>LoggingMultiplexer reset.<br></pre><br><br>With the default toothpick.ini file that logs all sorts of .log and xml files.<br><br>I get nothing but empty files, and errors as well (since the second time I run 
<br><pre>LoggingEvent logError: &#39;Test Message&#39;.</pre>
<br>I have a Mac with a 3.9 image and the latest VM from John.<br><br>Is anybody using it successfully?<br>