summaryrefslogtreecommitdiff
path: root/java/src/Ice/LoggerFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/Ice/LoggerFactory.java')
-rw-r--r--java/src/Ice/LoggerFactory.java18
1 files changed, 0 insertions, 18 deletions
diff --git a/java/src/Ice/LoggerFactory.java b/java/src/Ice/LoggerFactory.java
deleted file mode 100644
index 2ad0c0e41ae..00000000000
--- a/java/src/Ice/LoggerFactory.java
+++ /dev/null
@@ -1,18 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.
-//
-// This copy of Ice is licensed to you under the terms described in the
-// ICE_LICENSE file included in this distribution.
-//
-// **********************************************************************
-
-package Ice;
-
-/**
- * @deprecated LoggerFactory is deprecated, use Ice.LoggerPlugin instead.
- **/
-public interface LoggerFactory
-{
- Logger create(Communicator communicator, String[] args);
-}