| | |
| | | * |
| | | * |
| | | * Copyright 2006-2009 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011-2014 ForgeRock AS |
| | | * Portions Copyright 2011-2015 ForgeRock AS |
| | | */ |
| | | package org.opends.server.loggers; |
| | | import java.util.Collection; |
| | |
| | | |
| | | private static LoggerStorage |
| | | <AccessLogPublisher<AccessLogPublisherCfg>, AccessLogPublisherCfg> |
| | | loggerStorage = new LoggerStorage |
| | | <AccessLogPublisher<AccessLogPublisherCfg>, AccessLogPublisherCfg>(); |
| | | loggerStorage = new LoggerStorage<>(); |
| | | |
| | | /** The singleton instance of this class. */ |
| | | private static final AccessLogger instance = new AccessLogger(); |