Package | Description |
---|---|
org.jboss.modules |
The primary JBoss Modules API.
|
org.jboss.modules.log |
The logging interface for JBoss Modules.
|
Modifier and Type | Method and Description |
---|---|
static ModuleLogger |
Module.getModuleLogger()
Get the logger used by the module system.
|
Modifier and Type | Method and Description |
---|---|
static void |
Module.setModuleLogger(ModuleLogger logger)
Change the logger used by the module system.
|
Modifier and Type | Class and Description |
---|---|
class |
JDKModuleLogger
A
ModuleLogger which logs to a JDK logging category. |
class |
NoopModuleLogger
A
ModuleLogger implementation that does not log. |
class |
StreamModuleLogger
A
ModuleLogger implementation that logs all output (including trace) to an output or print stream. |
Modifier and Type | Method and Description |
---|---|
static ModuleLogger |
NoopModuleLogger.getInstance() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.