| Package | Description |
|---|---|
| org.jruby.ir | |
| org.jruby.ir.interpreter | |
| org.jruby.util.log |
| Modifier and Type | Field and Description |
|---|---|
static Logger |
IRScope.LOG |
| Modifier and Type | Field and Description |
|---|---|
static Logger |
Interpreter.LOG |
| Modifier and Type | Class and Description |
|---|---|
class |
JULLogger
Logger which delegates to
Logger. |
class |
OutputStreamLogger
Logger logging to an output (print) stream.
|
class |
SLF4JLogger
Using SLF4J API as a logging backend.
|
class |
StandardErrorLogger
Default JRuby logger implementation, using
System.err. |
| Modifier and Type | Method and Description |
|---|---|
static Logger |
LoggerFactory.getLogger(Class<?> loggerClass) |
static Logger |
LoggerFactory.getLogger(String loggerName)
Deprecated.
prefer using
LoggerFactory.getLogger(java.lang.Class) if possible |
Copyright © 2001-2017 JRuby. All Rights Reserved.