In package com.caseyjbrooks.clog

public interface interface ClogFormatter

Denotes a Class as one that can take an input String with formatting markup, a list of objects, and transforms it to an output String.

Methods

public String format(String message, Object params)

Transform a String containing markup using the optional provided params

Parameters:
  • String message

    a String containing markup

  • Object params

    params to pass to the String to be rendered