Interface LogMarker


  • public interface LogMarker
    A log marker is an additional metadata tag supported by some logging backends to identify "special" log events. In the Akka internal actors for example the "SECURITY" marker is used for warnings related to security.

    Not for user extension, create instances using factory methods

    • Method Detail

      • name

        java.lang.String name()