create
Creates 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 "com/example/Foo$Bar").
Parameters
logging Class Name
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.