01: /* 02: * DebugLog.java 03: * 04: * Created on January 18, 2004, 8:04 PM 05: */ 06: 07: package com.rimfaxe.webserver; 08: 09: /** 10: * 11: * @author lars 12: */ 13: public class DebugLog extends ErrorLog { 14: 15: /** Creates a new instance of DebugLog */ 16: public DebugLog() { 17: } 18: 19: }