LoggerFactory
instead.@Deprecated public class CloudLoggerFactory extends Object
Constructor and Description |
---|
CloudLoggerFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static org.slf4j.Logger |
getLogger(Class<?> cls)
Deprecated.
Use
LoggerFactory instead. |
static org.slf4j.Logger |
getLogger(String loggerName)
Deprecated.
Use
LoggerFactory instead. |
@Deprecated @Nonnull public static org.slf4j.Logger getLogger(@Nonnull Class<?> cls)
LoggerFactory
instead.cls
- The class to to create a logger for.@Deprecated @Nonnull public static org.slf4j.Logger getLogger(@Nonnull String loggerName)
LoggerFactory
instead.loggerName
- The logger name.Copyright © 2020 SAP SE. All rights reserved.