public interface AccessLogService
| Modifier and Type | Method and Description |
|---|---|
void |
logAccess(AccessLogStructure data)
Create a JSON accessLog with the specified data with level INFO
|
void |
logAccess(VitamLogLevel level,
AccessLogStructure data)
Create a JSON accessLog with the specified data and level
|
void logAccess(VitamLogLevel level, AccessLogStructure data) throws StorageAccessLogException
level - log leveldata - to log as JSONStorageAccessLogExceptionvoid logAccess(AccessLogStructure data) throws StorageAccessLogException
data - to log as JSONStorageAccessLogExceptionCopyright © 2018 Vitam. All rights reserved.