Class ResourceBundleLookup

    • Constructor Detail

      • ResourceBundleLookup

        public ResourceBundleLookup()
    • Method Detail

      • lookup

        public String lookup​(LogEvent event,
                             String key)
        Looks up the value for the key in the format "BundleName:BundleKey". For example: "com.domain.messages:MyKey".
        Parameters:
        event - The current LogEvent.
        key - the key to be looked up, may be null
        Returns:
        The value associated with the key.