public class JBossLevelMapping extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.logmanager.Level |
DEFAULT_LEVEL |
static Level |
DEFAULT_LOG4J_LEVEL |
| Modifier and Type | Method and Description |
|---|---|
static Level |
getLevelFor(Priority level)
Finds the
jboss-log-manager level for the log4j priority. |
static Level |
getPriorityFor(int level)
Finds the
log4j level for the level. |
static Level |
getPriorityFor(Level level)
Finds the
log4j level for the level. |
public static final org.jboss.logmanager.Level DEFAULT_LEVEL
public static final Level DEFAULT_LOG4J_LEVEL
public static Level getPriorityFor(Level level)
log4j level for the level.level - the JUL logging level.null if it cold not be found.public static Level getPriorityFor(int level)
log4j level for the level.level - the JUL logging level.null if it cold not be found.Copyright © 2021 JBoss by Red Hat. All rights reserved.