public abstract class Layout extends Object
| Constructor and Description |
|---|
Layout() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
format(LoggingEvent event) |
String |
getContentType() |
String |
getFooter() |
String |
getHeader() |
abstract boolean |
ignoresThrowable() |
public abstract String format(LoggingEvent event)
public String getContentType()
public String getHeader()
public String getFooter()
public abstract boolean ignoresThrowable()
Copyright © 2012–2023 Apache Software Foundation. All rights reserved.