Package akka.event.slf4j
Class Slf4jLogMarker
- java.lang.Object
 - 
- akka.event.LogMarker
 - 
- akka.event.slf4j.Slf4jLogMarker
 
 
 
- 
public final class Slf4jLogMarker extends LogMarker
WrapsMarker 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class akka.event.LogMarker
LogMarker.Properties$ 
 - 
 
- 
Constructor Summary
Constructors Constructor Description Slf4jLogMarker(org.slf4j.Marker marker) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Slf4jLogMarkerapply(org.slf4j.Marker marker)static Slf4jLogMarkercreate(org.slf4j.Marker marker)Java APIorg.slf4j.Markermarker()- 
Methods inherited from class akka.event.LogMarker
apply, apply, create, create, getProperties, name, properties, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
apply
public static Slf4jLogMarker apply(org.slf4j.Marker marker)
 
- 
create
public static Slf4jLogMarker create(org.slf4j.Marker marker)
Java API 
- 
marker
public org.slf4j.Marker marker()
 
 - 
 
 -