weborb.util.log
Class DateLogger

java.lang.Object
  extended by weborb.util.log.Logger
      extended by weborb.util.log.WriterLogger
          extended by weborb.util.log.DateLogger
All Implemented Interfaces:
ILogger, ILoggingConstants

public class DateLogger
extends WriterLogger

DateLogger

Author:
Midnight Coders, LLC

Field Summary
static java.lang.String EOL
           
static java.lang.String FILENAME_FORMAT
           
 
Fields inherited from interface weborb.util.log.ILoggingConstants
DEBUG, DEFAULT_LOGGER, ERROR, EXCEPTION, INFO, INSTR, MESSAGESERVER, SECURITY, SERIALIZATION
 
Constructor Summary
DateLogger()
           
 
Method Summary
 void event(java.lang.String category, java.lang.Object event, java.util.Date timestamp)
          If enabled, log an event of the specified category.
 
Methods inherited from class weborb.util.log.WriterLogger
getWriter, logDateTime, logThreadName, setWriter
 
Methods inherited from class weborb.util.log.Logger
addMask, disable, enable, getMask, isEnabled, isLogging, isLogging, removeMask, setMask, startLogging, stopLogging
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILENAME_FORMAT

public static final java.lang.String FILENAME_FORMAT
See Also:
Constant Field Values

EOL

public static final java.lang.String EOL
Constructor Detail

DateLogger

public DateLogger()
Method Detail

event

public void event(java.lang.String category,
                  java.lang.Object event,
                  java.util.Date timestamp)
Description copied from class: Logger
If enabled, log an event of the specified category.

Specified by:
event in interface ILogger
Overrides:
event in class WriterLogger
Parameters:
category -
event -
timestamp -


Discuss WebORB

Copyright 2003-2008 Midnight Coders, Inc. All Rights Reserved.