at.gv.egiz.eaaf.core.api.logging.IStatisticLogger
@Repository("StatisticLogger") @Transactional("statisticLogTransactionManager") public class StatisticLogger extends Object implements at.gv.egiz.eaaf.core.api.logging.IStatisticLogger
Constructor | Description |
---|---|
StatisticLogger() |
Modifier and Type | Method | Description |
---|---|---|
void |
internalTesting() |
|
void |
logErrorOperation(Throwable throwable) |
|
void |
logErrorOperation(Throwable throwable,
at.gv.egiz.eaaf.core.api.IRequest errorRequest) |
|
void |
logSuccessOperation(at.gv.egiz.eaaf.core.api.IRequest protocolRequest,
at.gv.egiz.eaaf.core.api.idp.IAuthData authData,
boolean isSSOSession) |
public void internalTesting() throws Exception
internalTesting
in interface at.gv.egiz.eaaf.core.api.logging.IStatisticLogger
Exception
public void logSuccessOperation(at.gv.egiz.eaaf.core.api.IRequest protocolRequest, at.gv.egiz.eaaf.core.api.idp.IAuthData authData, boolean isSSOSession)
logSuccessOperation
in interface at.gv.egiz.eaaf.core.api.logging.IStatisticLogger
public void logErrorOperation(Throwable throwable)
logErrorOperation
in interface at.gv.egiz.eaaf.core.api.logging.IStatisticLogger
public void logErrorOperation(Throwable throwable, at.gv.egiz.eaaf.core.api.IRequest errorRequest)
logErrorOperation
in interface at.gv.egiz.eaaf.core.api.logging.IStatisticLogger
Copyright © 2019. All rights reserved.