public class LogUtils extends Object
Constructor and Description |
---|
LogUtils() |
Modifier and Type | Method and Description |
---|---|
static org.apache.aries.component.dsl.Effect<Object> |
debugTracking(org.slf4j.Logger log,
Supplier<String> type) |
static Consumer<Object> |
ifDebugEnabled(org.slf4j.Logger log,
Supplier<String> message) |
static Consumer<Object> |
ifErrorEnabled(org.slf4j.Logger log,
Supplier<String> message) |
static Consumer<Object> |
ifErrorEnabled(org.slf4j.Logger log,
Supplier<String> message,
Throwable t) |
static Consumer<Object> |
ifInfoEnabled(org.slf4j.Logger log,
Supplier<String> message) |
public static org.apache.aries.component.dsl.Effect<Object> debugTracking(org.slf4j.Logger log, Supplier<String> type)
public static Consumer<Object> ifDebugEnabled(org.slf4j.Logger log, Supplier<String> message)
public static Consumer<Object> ifInfoEnabled(org.slf4j.Logger log, Supplier<String> message)
public static Consumer<Object> ifErrorEnabled(org.slf4j.Logger log, Supplier<String> message)
Copyright © 2021 The Apache Software Foundation. All rights reserved.