Interface LogElementBuilder

    • Field Summary

      • Fields inherited from interface io.micronaut.core.order.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      LogElement build​(java.lang.String token, java.lang.String param)
      Builds the log element for the specified token.
      • Methods inherited from interface io.micronaut.core.order.Ordered

        getOrder
    • Method Detail

      • build

        LogElement build​(java.lang.String token,
                         java.lang.String param)
        Builds the log element for the specified token. It should return null it the token is not supported.
        Parameters:
        token - The log element marker.
        param - An optional paramter.
        Returns:
        A LogElement or null if not supported by the builder.