Class PublicUIWarningLog
- java.lang.Object
-
- com.funnelback.publicui.search.model.log.Log
-
- com.funnelback.publicui.search.model.log.PublicUIWarningLog
-
public class PublicUIWarningLog extends Log
Log written in the public ui warning file
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.commons.lang3.time.FastDateFormatDATE_FORMATDate format used in the logsprivate java.lang.Stringmessage-
Fields inherited from class com.funnelback.publicui.search.model.log.Log
collection, date, profile, REQUEST_ID_NOTHING, requestId, USER_ID_NOTHING, userId, XML_DATE_FORMAT
-
-
Constructor Summary
Constructors Constructor Description PublicUIWarningLog(java.util.Date date, Collection collection, Profile profile, java.lang.String requestId, java.lang.String message, java.lang.String userId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()java.lang.StringtoString()-
Methods inherited from class com.funnelback.publicui.search.model.log.Log
getCollection, getDate, getProfile, getRequestId, getUserId
-
-
-
-
Constructor Detail
-
PublicUIWarningLog
public PublicUIWarningLog(java.util.Date date, Collection collection, Profile profile, java.lang.String requestId, java.lang.String message, java.lang.String userId)- Parameters:
date- Date of the warningcollection- Collectionprofile- ProfilerequestId- Request identifier (IP, hash, '-')message- Warning messageuserId- User identifier, may be null
-
-