Package org.bedework.bwcli.logs
Class LogEntry
- java.lang.Object
-
- org.bedework.bwcli.logs.LogEntry
-
- Direct Known Subclasses:
ReqInOutLogEntry
public class LogEntry extends Object
User: mike Date: 1/14/20 Time: 22:20
-
-
Constructor Summary
Constructors Constructor Description LogEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiderror(String format, Object... args)Longmillis()protected voidout(String format, Object... args)Integerparse(String req, String logName, String logLevel)protected booleanposValid()booleansameTask(LogEntry otherEntry)StringtoString()protected voidtoStringSegment(org.bedework.util.misc.ToString ts)
-
-
-
Method Detail
-
parse
public Integer parse(String req, String logName, String logLevel)
- Parameters:
req- log entry- Returns:
- position we reached or null for bad record
-
sameTask
public boolean sameTask(LogEntry otherEntry)
-
millis
public Long millis()
-
posValid
protected boolean posValid()
-
toStringSegment
protected void toStringSegment(org.bedework.util.misc.ToString ts)
-
-