Packages | Classes | Enumerations

Package com.cosylab.logging.client

Packages

package  cache

Classes

class  ColumnListener
class  DetailedLogTable
class  DomTree

Enumerations

enum  EntryTypeIcon {
  TRACE_ICON = (LogTypeHelper.TRACE,"/trace.gif"), DELOUSE_ICON = (LogTypeHelper.DELOUSE,"/delouse.png"), DEBUG_ICON = (LogTypeHelper.DEBUG,"/debug.gif"), INFO_ICON = (LogTypeHelper.INFO,"/information.gif"),
  NOTICE_ICON = (LogTypeHelper.NOTICE,"/notice.gif"), WARNING_ICON = (LogTypeHelper.WARNING,"/warning.gif"), ERROR_ICON = (LogTypeHelper.ERROR,"/error.gif"), CRITICAL_ICON = (LogTypeHelper.CRITICAL,"/critical.gif"),
  ALERT_ICON = (LogTypeHelper.ALERT,"/alert.gif"), EMERGENCY_ICON = (LogTypeHelper.EMERGENCY,"/emergency.gif")
}

Enumeration Type Documentation

The icons shown for each log entry type

The icon was part of com.cosylab.logging.engine.log.LogTypeHelper but has been moved here because it caused a process using the engine to crash if executed without X running or when started with sudo

Author:
acaproni
Enumerator:
TRACE_ICON 

The icon of each type of the logs.

DELOUSE_ICON 
DEBUG_ICON 
INFO_ICON 
NOTICE_ICON 
WARNING_ICON 
ERROR_ICON 
CRITICAL_ICON 
ALERT_ICON 
EMERGENCY_ICON 
 All Classes Namespaces Files Functions Variables Enumerations Properties