Package | Description |
---|---|
net.ravendb.abstractions.logging | |
net.ravendb.abstractions.logging.providers |
Modifier and Type | Method and Description |
---|---|
static LogLevel |
LogLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogLevel[] |
LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ILog.log(LogLevel logLevel,
java.lang.String msg) |
void |
ILog.log(LogLevel logLevel,
java.lang.String msg,
java.lang.Exception exception) |
Modifier and Type | Method and Description |
---|---|
void |
CommonsLoggingLogWrapper.log(LogLevel logLevel,
java.lang.String msg) |
void |
CommonsLoggingLogWrapper.log(LogLevel logLevel,
java.lang.String msg,
java.lang.Exception e) |
Copyright © 2014. All Rights Reserved.