Package | Description |
---|---|
net.ravendb.abstractions.logging | |
net.ravendb.abstractions.logging.providers |
Modifier and Type | Method and Description |
---|---|
static LogLevel |
LogLevel.valueOf(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,
String msg) |
void |
ILog.log(LogLevel logLevel,
String msg,
Exception exception) |
Modifier and Type | Method and Description |
---|---|
void |
CommonsLoggingLogWrapper.log(LogLevel logLevel,
String msg) |
void |
CommonsLoggingLogWrapper.log(LogLevel logLevel,
String msg,
Exception e) |
Copyright © 2016. All Rights Reserved.