public static class LoggingSupport.Ident extends Object
| Modifier and Type | Field and Description |
|---|---|
static LoggingSupport.Ident |
EMPTY_IDENT |
private String |
ident |
public static final LoggingSupport.Ident EMPTY_IDENT
private final String ident
public Ident(int version,
Object... identData)
version - Ident version number. Will only be prepended to ident if not equal to 0.identData - Objects that will be converted to strings, joined with tab characters, and
placed inside brackets to make up the ident string.Copyright © 2016. All Rights Reserved.