Class SimpleMessage.Sender<E>

java.lang.Object
eu.bandm.tools.message.SingleSender<SimpleMessage<E>>
eu.bandm.tools.message.SimpleMessage.Sender<E>
Enclosing class:
SimpleMessage<D>

public static class SimpleMessage.Sender<E> extends SingleSender<SimpleMessage<E>>
  • Constructor Details

  • Method Details

    • log

      public void log(String message, Object... args)
      Send a message with the given kind and attributes, and set all others to default.
    • log

      public void log(Locatable<E> loc, String message, Object... args)
      Send a message with the given kind and attributes, and set all others to default.
    • log

      public void log(Throwable ex, String message, Object... args)
      Send a message with the given kind and attributes, and set all others to default.
    • log

      public void log(Throwable ex, Locatable<E> loc, String message, Object... args)
      Send a message with the given kind and attributes
    • logStart

      public void logStart(String message, Object... args)
      Send a message with the given kind and attributes, and set all others to default.
    • logStart

      public void logStart(Locatable<E> loc, String message, Object... args)
      Send a message with the given kind and attributes, and set all others to default.
    • logStart

      public void logStart(Throwable ex, String message, Object... args)
      Send a message with the given kind and attributes, and set all others to default.
    • logStart

      public void logStart(Throwable ex, Locatable<E> loc, String message, Object... args)
      Send a message with the given kind and attributes
    • logEnd

      public void logEnd(String message, Object... args)
      Send a message with the given kind and attributes, and set all others to default.
    • logEnd

      public void logEnd(Locatable<E> loc, String message, Object... args)
      Send a message with the given kind and attributes, and set all others to default.
    • logEnd

      public void logEnd(Throwable ex, String message, Object... args)
      Send a message with the given kind and attributes, and set all others to default.
    • logEnd

      public void logEnd(Throwable ex, Locatable<E> loc, String message, Object... args)
      Send a message with the given kind and attributes
    • error

      public void error(String message, Object... args)
      Send a message with the given kind and attributes, and set all others to default.
    • error

      public void error(Locatable<E> loc, String message, Object... args)
      Send a message with the given kind and attributes, and set all others to default.
    • error

      public void error(Throwable ex, String message, Object... args)
      Send a message with the given kind and attributes, and set all others to default.
    • error

      public void error(Throwable ex, Locatable<E> loc, String message, Object... args)
      Send a message with the given kind and attributes
    • warning

      public void warning(String message, Object... args)
      Send a message with the given kind and attributes, and set all others to default.
    • warning

      public void warning(Locatable<E> loc, String message, Object... args)
      Send a message with the given kind and attributes, and set all others to default.
    • warning

      public void warning(Throwable ex, String message, Object... args)
      Send a message with the given kind and attributes, and set all others to default.
    • warning

      public void warning(Throwable ex, Locatable<E> loc, String message, Object... args)
      Send a message with the given kind and attributes
    • failure

      public void failure(String message, Object... args)
      Send a message with the given kind and attributes, and set all others to default.
    • failure

      public void failure(Locatable<E> loc, String message, Object... args)
      Send a message with the given kind and attributes, and set all others to default.
    • failure

      public void failure(Throwable ex, String message, Object... args)
      Send a message with the given kind and attributes, and set all others to default.
    • failure

      public void failure(Throwable ex, Locatable<E> loc, String message, Object... args)
      Send a message with the given kind and attributes
    • hint

      public void hint(String message, Object... args)
      Send a message with the given kind and attributes, and set all others to default.
    • hint

      public void hint(Locatable<E> loc, String message, Object... args)
      Send a message with the given kind and attributes, and set all others to default.
    • hint

      public void hint(Throwable ex, String message, Object... args)
      Send a message with the given kind and attributes, and set all others to default.
    • hint

      public void hint(Throwable ex, Locatable<E> loc, String message, Object... args)
      Send a message with the given kind and attributes