com::cosylab::logging::engine::ACS::CacheUtils Class Reference

Collaboration diagram for com::cosylab::logging::engine::ACS::CacheUtils:
Collaboration graph
[legend]

List of all members.

Static Public Member Functions

static synchronized ILogEntry fromCacheString (String str) throws LogEngineException
static String toCacheString (LogBinaryRecord log)

Static Public Attributes

static final SimpleDateFormat dateFormat = new IsoDateFormat()
static final char SEPARATOR_CHAR = (char)0
static final String SEPARATOR = ""+CacheUtils.SEPARATOR_CHAR

Static Private Attributes

static StringBuilder sb = new StringBuilder()

Detailed Description

A collection of utils methods

Author:
acaproni

Member Function Documentation

static synchronized ILogEntry com::cosylab::logging::engine::ACS::CacheUtils::fromCacheString ( String  str  )  throws LogEngineException [inline, static]

Build a log out of its string representation

Parameters:
str The string representing a log
Returns:
The log

References dateFormat, and SEPARATOR.

static String com::cosylab::logging::engine::ACS::CacheUtils::toCacheString ( LogBinaryRecord  log  )  [inline, static]

Member Data Documentation

Referenced by fromCacheString().

StringBuilder com::cosylab::logging::engine::ACS::CacheUtils::sb = new StringBuilder() [static, private]

Referenced by toCacheString().

Referenced by fromCacheString().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2