Package com.avoka.tm.util
Class LogFactory
java.lang.Object
com.avoka.tm.util.LogFactory
Provides a Log factory class which creates concrete log query objects based on the given log type.
- Since:
- 23.4.0
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.avoka.tm.query.ILogQuery
getLogType
(String type) Return a log query concrete class
-
Field Details
-
ERROR_LOG
- See Also:
-
EVENT_LOG
- See Also:
-
AUDIT_LOG
- See Also:
-
GROOVY_SERVICE_LOG
- See Also:
-
REQUEST_LOG
- See Also:
-
SECURITY_MANAGER_LOG
- See Also:
-
-
Constructor Details
-
LogFactory
public LogFactory()
-
-
Method Details
-
getLogType
Return a log query concrete class- Parameters:
type
- the error log type- Returns:
- a concrete log query class instance
- Since:
- 23.4.0
-