public static enum LoggingInterceptor.MessagePattern extends java.lang.Enum<LoggingInterceptor.MessagePattern>
| 列挙型定数と説明 |
|---|
ALL |
WITHOUT_ALL |
WITHOUT_EXP |
WITHOUT_EXP_SQL |
WITHOUT_EXP_TIME |
WITHOUT_SQL |
WITHOUT_TIME |
WITHOUT_TIME_SQL |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
abstract java.lang.Object[] |
arguments(java.lang.CharSequence requestPath,
long executionTime,
int sqlCount,
java.lang.Throwable exp,
boolean withStackTrace) |
java.lang.String |
format() |
static LoggingInterceptor.MessagePattern |
getInstance(long executionTime,
int sqlCount,
java.lang.Throwable exp) |
static LoggingInterceptor.MessagePattern |
valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static LoggingInterceptor.MessagePattern[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final LoggingInterceptor.MessagePattern ALL
public static final LoggingInterceptor.MessagePattern WITHOUT_EXP
public static final LoggingInterceptor.MessagePattern WITHOUT_EXP_SQL
public static final LoggingInterceptor.MessagePattern WITHOUT_EXP_TIME
public static final LoggingInterceptor.MessagePattern WITHOUT_SQL
public static final LoggingInterceptor.MessagePattern WITHOUT_TIME
public static final LoggingInterceptor.MessagePattern WITHOUT_TIME_SQL
public static final LoggingInterceptor.MessagePattern WITHOUT_ALL
public static LoggingInterceptor.MessagePattern[] values()
for(LoggingInterceptor.MessagePattern c: LoggingInterceptor.MessagePattern.values()) System.out.println(c);
public static LoggingInterceptor.MessagePattern valueOf(java.lang.String name)
name - 返される列挙型定数の名前。java.lang.IllegalArgumentException - この列挙型に、指定した名前の定数がない場合java.lang.NullPointerException - 引数がnullの場合public static LoggingInterceptor.MessagePattern getInstance(long executionTime, int sqlCount, java.lang.Throwable exp)
public java.lang.String format()
public abstract java.lang.Object[] arguments(java.lang.CharSequence requestPath,
long executionTime,
int sqlCount,
java.lang.Throwable exp,
boolean withStackTrace)