org.ktc.rbutils.rb.generation
Class XmlLogger
java.lang.Object
org.ktc.rbutils.api.audit.AbstractXmlLogger
org.ktc.rbutils.rb.generation.XmlLogger
- All Implemented Interfaces:
- EventListener, Logger
public class XmlLogger
- extends AbstractXmlLogger
Simple XML logger for generation process.
- Since:
- RbUtils 0.4
- Version:
- $Revision: 1.4 $
- Author:
- ktcguru
Constructor Summary |
XmlLogger(File xmlLogFile)
Creates a new XmlLogger instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlLogger
public XmlLogger(File xmlLogFile)
throws IOException
- Creates a new
XmlLogger
instance.
- Parameters:
xmlLogFile
- file to be used to store the logs.
- Throws:
NullArgumentException
- if xmlLogFile is null
.
IOException
- if it is not possible to create the file.- See Also:
AbstractXmlLogger
Copyright © 2005-2009 RbUtils Project. All Rights Reserved.