private final class DebugScope.IndentImpl extends Object implements Indent
Modifier and Type | Field and Description |
---|---|
(package private) String |
indent |
private static String |
INDENTATION_INCREMENT |
(package private) DebugScope.IndentImpl |
parentIndent |
Constructor and Description |
---|
IndentImpl(DebugScope.IndentImpl parentIndent) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the current indentation scope.
|
(package private) DebugScope.IndentImpl |
indent() |
void |
log(int logLevel,
String msg,
Object... args) |
private void |
printScopeName(StringBuilder str) |
private static final String INDENTATION_INCREMENT
final DebugScope.IndentImpl parentIndent
IndentImpl(DebugScope.IndentImpl parentIndent)
private void printScopeName(StringBuilder str)
DebugScope.IndentImpl indent()