| | |
| | | import org.opends.server.admin.ClassPropertyDefinition; |
| | | import org.opends.server.admin.std.meta.AccessLogPublisherCfgDefn; |
| | | import org.opends.server.admin.std.server.AccessLogPublisherCfg; |
| | | import org.opends.server.api.AccessLogPublisher; |
| | | import org.opends.server.api.ClientConnection; |
| | | import org.opends.server.core.*; |
| | | import org.opends.server.types.*; |
| | |
| | | return instance; |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | | * Removes all existing access log publishers from the logger. |
| | | */ |
| | | public synchronized static void removeAllAccessLogPublishers() |
| | | { |
| | | loggerStorage.removeAllLogPublishers(); |
| | | } |
| | | |
| | | /** |
| | | * Returns all the registered access log publishers. |
| | | * |