Interface LogDestination

    • Method Detail

      • getApplication

        Application getApplication()
        Gets the application.
        Returns:
        the application
      • isRoot

        boolean isRoot()
        Checks if is root.
        Returns:
        true, if is root
      • isContext

        boolean isContext()
        Checks if is context.
        Returns:
        true, if is context
      • getName

        String getName()
        Gets the name.
        Returns:
        the name
      • getIndex

        String getIndex()
        Gets the index.
        Returns:
        the index
      • getTargetClass

        String getTargetClass()
        Gets the target class.
        Returns:
        the target class
      • getConversionPattern

        String getConversionPattern()
        Gets the conversion pattern.
        Returns:
        the conversion pattern
      • getFile

        File getFile()
        Gets the file.
        Returns:
        the file
      • getSize

        long getSize()
        Gets the size.
        Returns:
        the size
      • getLastModified

        Timestamp getLastModified()
        Gets the last modified.
        Returns:
        the last modified
      • getLogType

        String getLogType()
        Type of the log, e.g. "log4j", "jdk", "commons-" etc.
        Returns:
        the class of the log
      • getLevel

        String getLevel()
        Gets the level.
        Returns:
        the level
      • getValidLevels

        String[] getValidLevels()
        Gets the valid levels.
        Returns:
        the valid levels
      • getEncoding

        String getEncoding()
        Gets the encoding of the file.
        Returns:
        the encoding name