public class LogTableContext extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_LEFT_ALIGN |
static org.slf4j.Logger |
DEFAULT_LOGGER |
static LoggerLevel |
DEFAULT_LOGGER_LEVEL |
static String |
DEFAULT_TITLE |
static String |
NO_TITLE |
Constructor and Description |
---|
LogTableContext(List<String> columns,
List<Object[]> rows) |
LogTableContext(List<String> columns,
List<Object[]> rows,
org.slf4j.Logger logger) |
LogTableContext(List<String> columns,
List<Object[]> rows,
LoggerLevel level,
org.slf4j.Logger logger,
boolean leftAlign) |
LogTableContext(String title,
List<String> columns,
List<Object[]> rows) |
LogTableContext(String title,
List<String> columns,
List<Object[]> rows,
org.slf4j.Logger logger) |
LogTableContext(String title,
List<String> columns,
List<Object[]> rows,
LoggerLevel level,
org.slf4j.Logger logger,
boolean leftAlign) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getColumns() |
LoggerLevel |
getLevel() |
org.slf4j.Logger |
getLogger() |
List<Object[]> |
getRows() |
String |
getTitle() |
boolean |
isLeftAlign() |
public static final LoggerLevel DEFAULT_LOGGER_LEVEL
public static final boolean DEFAULT_LEFT_ALIGN
public static final org.slf4j.Logger DEFAULT_LOGGER
public static final String NO_TITLE
public static final String DEFAULT_TITLE
public LogTableContext(List<String> columns, List<Object[]> rows)
public LogTableContext(List<String> columns, List<Object[]> rows, org.slf4j.Logger logger)
public LogTableContext(String title, List<String> columns, List<Object[]> rows, org.slf4j.Logger logger)
public LogTableContext(List<String> columns, List<Object[]> rows, LoggerLevel level, org.slf4j.Logger logger, boolean leftAlign)
public LogTableContext(String title, List<String> columns, List<Object[]> rows, LoggerLevel level, org.slf4j.Logger logger, boolean leftAlign)
public List<String> getColumns()
public org.slf4j.Logger getLogger()
public LoggerLevel getLevel()
public boolean isLeftAlign()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.