public class ValidationLogger extends Named
| Modifier and Type | Field and Description |
|---|---|
ValidationLogSink |
logSink |
| Constructor and Description |
|---|
ValidationLogger(String id) |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
getSb() |
ValidationLogger |
logError(CharSequence error)
records the message for logging at the end of an event cycle
|
ValidationLogger |
logFatal(CharSequence error)
pushes the log sink to publish the log buffer immediately.
|
public ValidationLogSink logSink
public ValidationLogger(String id)
public ValidationLogger logFatal(CharSequence error)
error - public ValidationLogger logError(CharSequence error)
error - public StringBuilder getSb()
Copyright © 2019. All rights reserved.