Slf4jLogMarker

org.apache.pekko.event.slf4j.Slf4jLogMarker
See theSlf4jLogMarker companion object
final class Slf4jLogMarker(val marker: Marker) extends LogMarker

Attributes

Companion
object
Source
Slf4jLogger.scala
Graph
Supertypes
class LogMarker
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def getProperties: Map[String, Object]

Java API

Java API

Attributes

Inherited from:
LogMarker
Source
Logging.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
LogMarker -> Any
Inherited from:
LogMarker
Source
Logging.scala

Concrete fields

val marker: Marker

Attributes

Source
Slf4jLogger.scala

Inherited fields

val name: String

Attributes

Inherited from:
LogMarker
Source
Logging.scala
val properties: Map[String, Any]

Attributes

Inherited from:
LogMarker
Source
Logging.scala