public class LogOutputSpec extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LogOutputSpec.LogOutputSpecBuilder |
| Modifier and Type | Field and Description |
|---|---|
static LogOutputSpec |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static LogOutputSpec.LogOutputSpecBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
org.fusesource.jansi.Ansi.Color |
getColor() |
String |
getFile() |
String |
getPrefix() |
String |
getPrompt(boolean withColor,
Timestamp timestamp) |
DateTimeFormatter |
getTimeFormatter() |
int |
hashCode() |
boolean |
isFgBright() |
boolean |
isLogStdout() |
boolean |
isUseColor() |
LogOutputSpec.LogOutputSpecBuilder |
toBuilder() |
public static final LogOutputSpec DEFAULT
public boolean isUseColor()
public static LogOutputSpec.LogOutputSpecBuilder builder()
public LogOutputSpec.LogOutputSpecBuilder toBuilder()
public boolean isLogStdout()
public boolean isFgBright()
public String getPrefix()
public org.fusesource.jansi.Ansi.Color getColor()
public DateTimeFormatter getTimeFormatter()
public String getFile()
protected boolean canEqual(Object other)
Copyright © 2023. All rights reserved.