| Package | Description |
|---|---|
| com.github.triceo.splitlog.util |
| Modifier and Type | Method and Description |
|---|---|
static LogUtil.Level |
LogUtil.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogUtil.Level[] |
LogUtil.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 |
LogUtil.newMessage(org.slf4j.Logger logger,
LogUtil.Level level,
String note,
Message msg,
MessageDeliveryStatus status,
MessageProducer<?> producer,
MessageListener<?> consumer) |
static void |
LogUtil.newMessage(org.slf4j.Logger logger,
LogUtil.Level level,
String note,
Message msg,
MessageDeliveryStatus status,
MessageProducer<?> producer,
MessageListener<?> consumer,
Object... objects) |
static void |
LogUtil.notify(org.slf4j.Logger logger,
LogUtil.Level level,
String note,
Object... objects) |
Copyright © 2015. All rights reserved.