| Package | Description |
|---|---|
| org.apache.syncope.common.services | |
| org.apache.syncope.common.util |
| Modifier and Type | Method and Description |
|---|---|
LoggerTO |
LoggerService.read(LoggerType type,
String name)
Returns logger with matching type and name.
|
| Modifier and Type | Method and Description |
|---|---|
List<LoggerTO> |
LoggerService.list(LoggerType type)
Returns a list of loggers with matching type.
|
| Modifier and Type | Method and Description |
|---|---|
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 List<LoggerTO> |
CollectionWrapper.unwrapLogger(Collection<AuditLoggerName> auditNames) |
| Modifier and Type | Method and Description |
|---|---|
static List<AuditLoggerName> |
CollectionWrapper.wrapLogger(Collection<LoggerTO> logger) |
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.