public final class SimpleBackendFactory extends BackendFactory
See class documentation in BackendFactory for important implementation restrictions.
| Modifier and Type | Method and Description |
|---|---|
com.google.common.flogger.backend.LoggerBackend |
create(java.lang.String loggingClass)
Creates a logger backend of the given class name for use by a Fluent Logger.
|
static BackendFactory |
getInstance() |
java.lang.String |
toString() |
public static BackendFactory getInstance()
public com.google.common.flogger.backend.LoggerBackend create(java.lang.String loggingClass)
BackendFactorycreate in class BackendFactoryloggingClass - the fully-qualified name of the Java class to which the logger is
associated. The logger name is derived from this string in a backend specific way.public java.lang.String toString()
toString in class java.lang.Object