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 JSONStorageAccessLogException
void logAccess(AccessLogStructure data) throws StorageAccessLogException
data
- to log as JSONStorageAccessLogException
Copyright © 2018 Vitam. All rights reserved.