Package jadex.bridge.service.types.cms
Class CustomLogRecord
- java.lang.Object
-
- java.util.logging.LogRecord
-
- jadex.bridge.service.types.cms.CustomLogRecord
-
- All Implemented Interfaces:
java.io.Serializable
public class CustomLogRecord extends java.util.logging.LogRecord- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomLogRecord(java.util.logging.Level level, java.lang.String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetSourceClassName()Get the name of the class that (allegedly) issued the logging request.java.lang.StringgetSourceMethodName()Get the name of the method that (allegedly) issued the logging request.-
Methods inherited from class java.util.logging.LogRecord
getInstant, getLevel, getLoggerName, getMessage, getMillis, getParameters, getResourceBundle, getResourceBundleName, getSequenceNumber, getThreadID, getThrown, setInstant, setLevel, setLoggerName, setMessage, setMillis, setParameters, setResourceBundle, setResourceBundleName, setSequenceNumber, setSourceClassName, setSourceMethodName, setThreadID, setThrown
-
-
-
-
Method Detail
-
getSourceClassName
public java.lang.String getSourceClassName()
Get the name of the class that (allegedly) issued the logging request.- Overrides:
getSourceClassNamein classjava.util.logging.LogRecord- Returns:
- the source class name
-
getSourceMethodName
public java.lang.String getSourceMethodName()
Get the name of the method that (allegedly) issued the logging request.- Overrides:
getSourceMethodNamein classjava.util.logging.LogRecord- Returns:
- the source method name
-
-