Class ProcessLogger


  • public class ProcessLogger
    extends Object
    • Method Detail

      • getLog

        public String getLog()
      • messageDb

        public String messageDb​(String msgKey,
                                String language)
        Returns an i18n-ed message String from the database.
        Parameters:
        msgKey - the message id
        language - the language to be used to query for the message
        Returns:
        the message retrieved from the db, using the msgKey and language
      • log

        public void log​(String msg)
        Log a message.
        Parameters:
        msg - the message to log
        See Also:
        getLog()
      • logln

        public void logln​(String msg)
        Log a message with an additional newline character.
        Parameters:
        msg - the message to log
        See Also:
        getLog()