Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ indent
Method
indent
classpath/java/util/logging/Logger.java:212–216 ·
view source on GitHub ↗
(StringBuilder sb, int amount)
Source
from the content-addressed store, hash-verified
210
}
211
212
private
void
indent(StringBuilder sb,
int
amount) {
213
do {
214
sb.append(
' '
);
215
}
while
(--amount > 0);
216
}
217
218
public
void
publish(LogRecord r) {
219
StringBuilder sb =
new
StringBuilder();
Callers
1
publish
Method · 0.95
Calls
1
append
Method · 0.65
Tested by
no test coverage detected