| Package | Description | 
|---|---|
| org.waarp.common.filemonitor | 
 This package would like to propose a JSE 6 compatible way to scan a directory
 for new, deleted and changed files, in order to allow some functions like 
 pooling a directory before actions. 
 | 
| org.waarp.common.logging | 
 Classes implementing logging facility 
 | 
| org.waarp.common.service | 
 Interface for Apache Daemon tool to run as a Service (Windows or Unix) one program 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected static WaarpLogger | 
FileMonitor.logger
Internal Logger 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractWaarpLogger
A skeletal implementation of  
WaarpLogger. | 
class  | 
WaarpJdkLogger
java.util.logging
 logger. 
 | 
class  | 
WaarpSlf4JLogger
logger using SLF4J from LOGBACK 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static WaarpLogger | 
WaarpLoggerFactory.getInstance(Class<?> clazz)
Creates a new logger instance with the name of the specified class. 
 | 
static WaarpLogger | 
WaarpLoggerFactory.getInstance(String name)
Creates a new logger instance with the specified name. 
 | 
static WaarpLogger | 
WaarpLoggerFactory.getLogger(Class<?> clazz)
Creates a new logger instance with the name of the specified class. 
 | 
static WaarpLogger | 
WaarpLoggerFactory.getLogger(String name)
Creates a new logger instance with the specified name. 
 | 
protected abstract WaarpLogger | 
WaarpLoggerFactory.newInstance(String name)
Creates a new logger instance with the specified name. 
 | 
WaarpLogger | 
WaarpSlf4JLoggerFactory.newInstance(String name)  | 
WaarpLogger | 
WaarpJdkLoggerFactory.newInstance(String name)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected static WaarpLogger | 
ServiceLauncher.logger
Internal Logger 
 | 
Copyright © 2009–2019 Waarp. All rights reserved.