| | |
| | | * |
| | | * |
| | | * Copyright 2006-2008 Sun Microsystems, Inc. |
| | | * Portions Copyright 2013-2014 ForgeRock AS |
| | | * Portions Copyright 2013-2015 ForgeRock AS |
| | | */ |
| | | package org.opends.server.loggers; |
| | | |
| | |
| | | |
| | | private static LoggerStorage |
| | | <ErrorLogPublisher<ErrorLogPublisherCfg>, ErrorLogPublisherCfg> |
| | | loggerStorage = new LoggerStorage |
| | | <ErrorLogPublisher<ErrorLogPublisherCfg>, ErrorLogPublisherCfg>(); |
| | | loggerStorage = new LoggerStorage<>(); |
| | | |
| | | /** The singleton instance of this class for configuration purposes. */ |
| | | private static final ErrorLogger instance = new ErrorLogger(); |