View Single Post
04/03/14, 01:21 PM   #14
JackyD
Join Date: Apr 2014
Posts: 10
Code:
<?xml version="1.0" encoding="windows-1252" standalone="no"?>
<!DOCTYPE log SYSTEM "logger.dtd">
<log>
<record>
  <date>2014-04-03T21:01:20</date>
  <millis>1396551680723</millis>
  <sequence>0</sequence>
  <logger>com.zam.minion.util.ConfigurationManager</logger>
  <level>CONFIG</level>
  <class>com.zam.minion.util.ConfigurationManager</class>
  <method>loadConfig</method>
  <thread>15</thread>
  <message>Configuration file does not exist.  Creating ...</message>
</record>
<record>
  <date>2014-04-03T21:01:20</date>
  <millis>1396551680969</millis>
  <sequence>1</sequence>
  <logger>com.zam.minion.Minion</logger>
  <level>FINE</level>
  <class>com.zam.minion.Minion</class>
  <method>start</method>
  <thread>15</thread>
  <message>Font: null</message>
</record>
There you go new log.

Oh and no need to thank me. I work as a level 2 service desk agent so I'm rather happy to be on the other end of the stick for once
  Reply With Quote