JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.apache.juli.logging.Log
Packages that use
Log
Package
Description
org.apache.juli.logging
org.apache.sling.scripting.jsp.jasper.compiler
Uses of
Log
in
org.apache.juli.logging
Classes in
org.apache.juli.logging
that implement
Log
Modifier and Type
Class
Description
class
Slf4jLog
Methods in
org.apache.juli.logging
that return
Log
Modifier and Type
Method
Description
static
Log
LogFactory.
getLog
(
Class
<?> clazz)
Convenience method to return a named logger, without the application having to care about factories.
static
Log
LogFactory.
getLog
(
String
name)
Convenience method to return a named logger, without the application having to care about factories.
Uses of
Log
in
org.apache.sling.scripting.jsp.jasper.compiler
Fields in
org.apache.sling.scripting.jsp.jasper.compiler
declared as
Log
Modifier and Type
Field
Description
protected
Log
Compiler.
log