Interface TriggerLogger

  • All Superinterfaces:
    Logger

    public interface TriggerLogger
    extends Logger
    A logger for use in triggers.
    • Method Detail

      • setCategory

        void setCategory​(String newCategory)
        Set the category for this logger. Does not effect delegation.
        Parameters:
        newCategory - the category to use.
      • delegate

        void delegate​(Logger logger)
        Delegate all logging calls to the specified logger. Does not otherwise effect this logger.
        Parameters:
        logger - the logger to delegate to.
      • setLevel

        void setLevel​(Level newLevel)
        Set the level for this logger. Does not effect delegation.
        Parameters:
        newLevel - the level to use.
      • flush

        void flush()
        Flush the logger.