Package | Description |
---|---|
com.mchange.v2.beans | |
com.mchange.v2.log |
Modifier and Type | Method and Description |
---|---|
static void |
BeansUtils.overwriteAccessiblePropertiesFromMap(Map sourceMap,
Object destBean,
boolean skip_nulls,
Collection ignoreProps,
boolean coerce_strings,
MLevel cantWriteLevel,
MLevel cantCoerceLevel,
boolean die_on_one_prop_failure) |
Modifier and Type | Field and Description |
---|---|
static MLevel |
MLevel.ALL |
static MLevel |
MLevel.CONFIG |
static MLevel |
MLevel.DEBUG |
static MLevel |
MLevel.FINE |
static MLevel |
MLevel.FINER |
static MLevel |
MLevel.FINEST |
static MLevel |
MLevel.INFO |
static MLevel |
MLevel.OFF |
static MLevel |
MLevel.SEVERE |
static MLevel |
MLevel.TRACE |
static MLevel |
MLevel.WARNING |
Modifier and Type | Method and Description |
---|---|
static MLevel |
MLevel.fromIntValue(int intval) |
static MLevel |
MLevel.fromSeverity(String name) |
MLevel |
NullMLogger.getLevel() |
MLevel |
MLogger.getLevel()
Deprecated.
stick to common denominator logging through MLog facade
|
Modifier and Type | Method and Description |
---|---|
boolean |
NullMLogger.isLoggable(MLevel l) |
boolean |
MLevel.isLoggable(MLevel filterLevel) |
boolean |
MLogger.isLoggable(MLevel l) |
static void |
MLog.log(MLevel l,
String msg) |
void |
NullMLogger.log(MLevel l,
String msg) |
void |
MLogger.log(MLevel l,
String msg) |
static void |
MLog.log(MLevel l,
String msg,
Object param) |
void |
NullMLogger.log(MLevel l,
String msg,
Object param) |
void |
MLogger.log(MLevel l,
String msg,
Object param) |
static void |
MLog.log(MLevel l,
String msg,
Object[] params) |
void |
NullMLogger.log(MLevel l,
String msg,
Object[] params) |
void |
MLogger.log(MLevel l,
String msg,
Object[] params) |
static void |
MLog.log(MLevel l,
String msg,
Throwable t) |
void |
NullMLogger.log(MLevel l,
String msg,
Throwable t) |
void |
MLogger.log(MLevel l,
String msg,
Throwable t) |
static void |
MLog.logp(MLevel l,
String srcClass,
String srcMeth,
String msg) |
void |
NullMLogger.logp(MLevel l,
String srcClass,
String srcMeth,
String msg) |
void |
MLogger.logp(MLevel l,
String srcClass,
String srcMeth,
String msg) |
static void |
MLog.logp(MLevel l,
String srcClass,
String srcMeth,
String msg,
Object param) |
void |
NullMLogger.logp(MLevel l,
String srcClass,
String srcMeth,
String msg,
Object param) |
void |
MLogger.logp(MLevel l,
String srcClass,
String srcMeth,
String msg,
Object param) |
static void |
MLog.logp(MLevel l,
String srcClass,
String srcMeth,
String msg,
Object[] params) |
void |
NullMLogger.logp(MLevel l,
String srcClass,
String srcMeth,
String msg,
Object[] params) |
void |
MLogger.logp(MLevel l,
String srcClass,
String srcMeth,
String msg,
Object[] params) |
static void |
MLog.logp(MLevel l,
String srcClass,
String srcMeth,
String msg,
Throwable t) |
void |
NullMLogger.logp(MLevel l,
String srcClass,
String srcMeth,
String msg,
Throwable t) |
void |
MLogger.logp(MLevel l,
String srcClass,
String srcMeth,
String msg,
Throwable t) |
static void |
MLog.logrb(MLevel l,
String srcClass,
String srcMeth,
String rb,
String msg) |
void |
NullMLogger.logrb(MLevel l,
String srcClass,
String srcMeth,
String rb,
String msg) |
void |
MLogger.logrb(MLevel l,
String srcClass,
String srcMeth,
String rb,
String msg) |
static void |
MLog.logrb(MLevel l,
String srcClass,
String srcMeth,
String rb,
String msg,
Object param) |
void |
NullMLogger.logrb(MLevel l,
String srcClass,
String srcMeth,
String rb,
String msg,
Object param) |
void |
MLogger.logrb(MLevel l,
String srcClass,
String srcMeth,
String rb,
String msg,
Object param) |
static void |
MLog.logrb(MLevel l,
String srcClass,
String srcMeth,
String rb,
String msg,
Object[] params) |
void |
NullMLogger.logrb(MLevel l,
String srcClass,
String srcMeth,
String rb,
String msg,
Object[] params) |
void |
MLogger.logrb(MLevel l,
String srcClass,
String srcMeth,
String rb,
String msg,
Object[] params) |
static void |
MLog.logrb(MLevel l,
String srcClass,
String srcMeth,
String rb,
String msg,
Throwable t) |
void |
NullMLogger.logrb(MLevel l,
String srcClass,
String srcMeth,
String rb,
String msg,
Throwable t) |
void |
MLogger.logrb(MLevel l,
String srcClass,
String srcMeth,
String rb,
String msg,
Throwable t) |
void |
NullMLogger.setLevel(MLevel l) |
void |
MLogger.setLevel(MLevel l)
Deprecated.
stick to common denominator logging through MLog facade
|
Copyright © 2018 com.mchange. All rights reserved.