Package rma.util.logging
Class StackTraceElementLogSite
java.lang.Object
com.google.common.flogger.LogSite
rma.util.logging.StackTraceElementLogSite
- All Implemented Interfaces:
com.google.common.flogger.LogSiteKey
public class StackTraceElementLogSite
extends com.google.common.flogger.LogSite
-
Field Summary
Fields inherited from class com.google.common.flogger.LogSite
INVALID, UNKNOWN_LINE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintstatic StackTraceElementLogSiteof(StackTraceElement element) Methods inherited from class com.google.common.flogger.LogSite
injectedLogSite, toString
-
Constructor Details
-
StackTraceElementLogSite
-
-
Method Details
-
getClassName
- Specified by:
getClassNamein classcom.google.common.flogger.LogSite
-
getMethodName
- Specified by:
getMethodNamein classcom.google.common.flogger.LogSite
-
getLineNumber
public int getLineNumber()- Specified by:
getLineNumberin classcom.google.common.flogger.LogSite
-
getFileName
- Specified by:
getFileNamein classcom.google.common.flogger.LogSite
-
of
-