Class JndiLookup

    • Constructor Detail

      • JndiLookup

        public JndiLookup()
        Constructs a new instance or throw IllegalStateException if this feature is disabled.
    • Method Detail

      • lookup

        public String lookup​(LogEvent event,
                             String key)
        Looks up the value of the JNDI resource.
        Parameters:
        event - The current LogEvent (is ignored by this StrLookup).
        key - the JNDI resource name to be looked up, may be null
        Returns:
        The String value of the JNDI resource.