public class DeprecationLogger extends Object
| Constructor and Description |
|---|
DeprecationLogger(ESLogger parentLogger)
Creates a new deprecation logger based on the parent logger.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deprecated(String msg,
Object... params)
Logs a deprecated message.
|
public DeprecationLogger(ESLogger parentLogger)
Copyright © 2009–2016. All rights reserved.