getBackend

public static LoggerBackend getBackend(String className)

Returns a logger backend of the given class name for use by a Fluent Logger. Note that the returned backend need not be unique; one backend could be used by multiple loggers. The given class name must be in the normal dot-separated form (e.g. "com.example.Foo$Bar") rather than the internal binary format (e.g. "com/example/Foo$Bar").

Parameters

className

the fully-qualified name of the Java class to which the logger is associated. The logger name is derived from this string in a platform specific way.