Class LogService
java.lang.Object
org.imixs.archive.export.services.LogService
The LogService is a singleton class to store log entries in a local log. The
LogService is used by the backend services to generate log entries and by the
frontend controller to display log entries.
- Version:
- 1.0
- Author:
- rsoika
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LOG_INFO
public static final int LOG_INFO- See Also:
-
LOG_WARNING
public static final int LOG_WARNING- See Also:
-
LOG_ERROR
public static final int LOG_ERROR- See Also:
-
-
Constructor Details
-
LogService
public LogService()
-
-
Method Details
-
getLogEntries
-
info
-
warning
-
severe
-