Package | Description |
---|---|
js.converter |
Convert value types to and from string representation.
|
js.lang |
Common types and exceptions.
|
js.log |
Logging system.
|
js.util |
Utility functions for strings, files, dynamic types manipulation, parameters validation and more.
|
Modifier and Type | Field and Description |
---|---|
private static Log |
ConverterRegistry.log
Class logger.
|
private static Log |
ClassConverter.log
Class logger.
|
Modifier and Type | Field and Description |
---|---|
private static Log |
LooperThread.log
Class logger.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLog
Basic implementation of logger interface.
|
(package private) class |
DefaultLog
Default logger used when logger implementation is missing.
|
Modifier and Type | Method and Description |
---|---|
static Log |
LogFactory.getLog(Class<?> targetClass)
Create logger for given class.
|
static Log |
LogFactory.getLog(String loggerName)
Create a named logger.
|
Log |
LogProvider.getLogger(String loggerName)
Create named logger instance.
|
Log |
DefaultLogProvider.getLogger(String loggerName) |
Modifier and Type | Field and Description |
---|---|
private static Log |
TextTemplate.log
Class logger.
|
private static Log |
Strings.log
Class logger.
|
private static Log |
Files.log
Class logger.
|
private static Log |
Classes.log
Class logger.
|
Copyright © 2018. All rights reserved.