Uses of Class
dsto.dfc.logging.LogEvent

Packages that use LogEvent
dsto.dfc.logging Framework for handling log messages. 
dsto.dfc.swing.logging Components for displaying log messages. 
dsto.dfc.swing.status A status bar control. 
dsto.dfc.test   
 

Uses of LogEvent in dsto.dfc.logging
 

Methods in dsto.dfc.logging that return LogEvent
 LogEvent LogMessageBuffer.getEvent(int index)
           
 

Methods in dsto.dfc.logging with parameters of type LogEvent
 void LogMessageBuffer.add(LogEvent event)
          Add an event to the buffer.
static void Log.add(LogEvent event)
          Log an existing log event.
 void LogMessageBuffer.add(LogEvent event, int index)
          Add an event to the specified index of buffer.
protected static void Log.fireMessageReceived(LogEvent e)
           
 int LogMessageBuffer.indexOfEvent(LogEvent event)
           
 void ServletLogger.messageReceived(LogEvent e)
           
 void LogMessageBuffer.messageReceived(LogEvent e)
           
 void LogListener.messageReceived(LogEvent e)
           
 void FileLogger.messageReceived(LogEvent e)
           
 void LogMessageBuffer.remove(LogEvent event)
          Remove an event from the buffer.
 boolean LogFilter.select(LogEvent e)
           
static String Log.toLogString(LogEvent event)
          Generate a string from a log event, minus the application and date info.
 

Uses of LogEvent in dsto.dfc.swing.logging
 

Methods in dsto.dfc.swing.logging with parameters of type LogEvent
protected  void LogPanel.addEvent(LogEvent event)
          Add a log event to the text pane.
static Icon LogMessageTable.getIconForEvent(LogEvent event)
           
 void LogWindow.setSelectedEvent(LogEvent selectedEvent)
           
 

Uses of LogEvent in dsto.dfc.swing.status
 

Methods in dsto.dfc.swing.status with parameters of type LogEvent
 void LogStatusAdapter.messageReceived(LogEvent e)
           
 

Uses of LogEvent in dsto.dfc.test
 

Methods in dsto.dfc.test with parameters of type LogEvent
 void LogChecker.messageReceived(LogEvent e)
           
 



Copyright © 2008 Commonwealth of Australia