iCMS.applet
Class AdvancedTrapLine
java.lang.Object
iCMS.applet.TrapLine
iCMS.applet.AdvancedTrapLine
public class AdvancedTrapLine
- extends TrapLine
The AdvancedTrapLine is a class that holds all logic that's required
storing a trap which it will try to break down in HITT fields,
with the help of the new syntax, works only with HITT CMS backend
- Version:
- 1.00
- Author:
- Chris Lukassen
-

Fields inherited from class iCMS.applet.TrapLine |
application, data, date, decompiled, hostName, key, level, message, multipleTokens, time, timeZone, token, trap |
Method Summary |
String |
getLevelName()
returns the level indication of this trap as a string
I = INFO
E = ERROR
W = WARNING
F = FATAL
|
Methods inherited from class iCMS.applet.TrapLine |
decompiled, getApplication, getData, getDate, getHostName, getKey, getLevel, getMessage, getTime, getTimeZone, getToken, getTrap, multipleTokens, setToken, toString |
AdvancedTrapLine
public AdvancedTrapLine(String trap)
- Constructor
getLevelName
public String getLevelName()
- returns the level indication of this trap as a string
- I = INFO
- E = ERROR
- W = WARNING
- F = FATAL