| Package | Description |
|---|---|
| org.jruby.ir | |
| org.jruby.ir.interpreter | |
| org.jruby.ir.transformations.inlining | |
| org.jruby.runtime.callsite | |
| 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 | Field and Description |
|---|---|
static Logger |
CFGInliner.LOG |
| Modifier and Type | Field and Description |
|---|---|
static Logger |
ProfilingCachingCallSite.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(java.lang.Class<?> loggerClass) |
static Logger |
LoggerFactory.getLogger(java.lang.String loggerName)
Deprecated.
prefer using
LoggerFactory.getLogger(java.lang.Class) if possible |
Copyright © 2001-2020 JRuby. All Rights Reserved.