Package | Description |
---|---|
net.akaish.kitty.orm | |
net.akaish.kitty.orm.util |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
KittyDatabaseHelper.log(KittyLog.LOG_LEVEL level,
java.lang.String pattern,
boolean useDefaultFormatter,
java.lang.Throwable tr)
Simple method for logging in this helper if log is on.
|
protected java.lang.String |
KittyDatabase.log(KittyLog.LOG_LEVEL level,
java.lang.String message,
boolean useDefaultFormatter,
java.lang.Throwable tr)
Simple method for logging in this db class if log is on.
|
void |
KittyDatabase.printRegistryToLog(KittyLog.LOG_LEVEL logLevel)
Prints registry to serial if logOn = true
|
Modifier and Type | Method and Description |
---|---|
static KittyLog.LOG_LEVEL |
KittyLog.LOG_LEVEL.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KittyLog.LOG_LEVEL[] |
KittyLog.LOG_LEVEL.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
KittyLog.kLog(KittyLog.LOG_LEVEL level,
java.lang.String tag,
java.lang.String msg,
java.lang.Throwable tr) |