Class LocationInfo

    • Field Detail

      • fullInfo

        public String fullInfo
      • NA

        public static final String NA
        When location information is not available the constant NA is returned. Current value of this string constant is ?.
        See Also:
        Constant Field Values
    • Method Detail

      • getClassName

        public String getClassName()
        Return the fully qualified class name of the caller making the logging request.
      • getFileName

        public String getFileName()
        Return the file name of the caller.
      • getLineNumber

        public String getLineNumber()
        Returns the line number of the caller.
      • getMethodName

        public String getMethodName()
        Returns the method name of the caller.