| Package | Description |
|---|---|
| org.apache.syncope.common.services | |
| org.apache.syncope.common.types |
| Modifier and Type | Method and Description |
|---|---|
void |
LoggerService.delete(LoggerType type,
String name)
Deletes the logger with matching name.
|
List<LoggerTO> |
LoggerService.list(LoggerType type)
Returns a list of loggers with matching type.
|
LoggerTO |
LoggerService.read(LoggerType type,
String name)
Returns logger with matching type and name.
|
void |
LoggerService.update(LoggerType type,
String name,
LoggerTO logger)
Creates or updates (if existing) the logger with matching name.
|
| Modifier and Type | Method and Description |
|---|---|
static LoggerType |
LoggerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggerType[] |
LoggerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.