Class NavigationLogger

    • Field Detail

      • navigationLogger

        protected ILogger navigationLogger
        The logger where the navigation log messages are sent to.
    • Constructor Detail

      • NavigationLogger

        public NavigationLogger()
    • Method Detail

      • encodeToW3cLog

        protected String encodeToW3cLog​(String pStr)
        Encodes the String to a w3c log entry value. If the string is null or an empty String, a '-' is returned. Else its space characters are replaced by '+'.
        Parameters:
        pStr - the string to be encoded.
        Returns:
        the encoded string.