public static class SpannerUtils.LogRecordBuilder extends Object
| Constructor and Description |
|---|
LogRecordBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static LogRecord |
of(Level level,
String msg,
Object param1,
Object param2) |
static LogRecord |
of(Level level,
String msg,
Object param,
Throwable thrown) |
static LogRecord |
of(Level level,
String msg,
Throwable thrown) |
Copyright © 2022 Google LLC. All rights reserved.