Class Event3<T1,​T2,​T3>

  • Type Parameters:
    T1 - the type of the first log argument
    T2 - the type of the second log argument
    T3 - the type of the third log argument

    public final class Event3<T1,​T2,​T3>
    extends Event
    A log event that takes three arguments.
    Since:
    2
    • Constructor Detail

      • Event3

        public Event3​(Class<?> source,
                      String key,
                      Level level)
        Creates a new event instance.
        Parameters:
        source - the class this event is bound to
        key - a key that uniquely identifies this event within the given source class
        level - the logging level of this event