Class PekkoLoggerFactory
- java.lang.Object
-
- com.typesafe.sslconfig.pekko.util.PekkoLoggerFactory
-
- All Implemented Interfaces:
com.typesafe.sslconfig.util.LoggerFactory
public final class PekkoLoggerFactory extends java.lang.Object implements com.typesafe.sslconfig.util.LoggerFactoryDeprecated.ssl-config support will be removed in Pekko 2.0.0. Use Tcp and TLS with SSLEngine parameters instead. Since 1.2.1.Internal Usage only. Will be removed in Pekko 2.0.0.
-
-
Constructor Summary
Constructors Constructor Description PekkoLoggerFactory(ActorSystem system)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.typesafe.sslconfig.util.NoDepsLoggerapply(java.lang.Class<?> clazz)Deprecated.com.typesafe.sslconfig.util.NoDepsLoggerapply(java.lang.String name)Deprecated.
-
-
-
Constructor Detail
-
PekkoLoggerFactory
public PekkoLoggerFactory(ActorSystem system)
Deprecated.
-
-
Method Detail
-
apply
public com.typesafe.sslconfig.util.NoDepsLogger apply(java.lang.Class<?> clazz)
Deprecated.- Specified by:
applyin interfacecom.typesafe.sslconfig.util.LoggerFactory
-
apply
public com.typesafe.sslconfig.util.NoDepsLogger apply(java.lang.String name)
Deprecated.- Specified by:
applyin interfacecom.typesafe.sslconfig.util.LoggerFactory
-
-