Static Public Member Functions | |
synchronized ILogEntry | fromCacheString (String str) throws LogEngineException |
String | toCacheString (LogBinaryRecord log) |
Static Public Attributes | |
final SimpleDateFormat | dateFormat = new IsoDateFormat() |
final char | SEPARATOR_CHAR = (char)0 |
final String | SEPARATOR = ""+CacheUtils.SEPARATOR_CHAR |
Static Private Attributes | |
StringBuilder | sb = new StringBuilder() |
|
Build a log out of its string representation
|
|
Transform the log in a string of zero separated values It is very similato what is used in the FileCache
|
|
|
|
|
|
|
|
|