!con #3920 Remove JavaLoggingEventHandler

This commit is contained in:
Patrik Nordwall 2014-03-12 15:11:11 +01:00
parent 514e0cc297
commit 54671271e9
2 changed files with 1 additions and 14 deletions

View file

@ -1,14 +0,0 @@
/**
* Copyright (C) 2009-2014 Typesafe Inc. <http://www.typesafe.com>
*/
package akka.contrib.jul
import akka.event.Logging.Warning
@deprecated("use akka.contrib.jul.JavaLogger)", "2.2")
class JavaLoggingEventHandler extends JavaLogger {
self ! Warning(getClass.getName, getClass,
s"[${getClass.getName}] is deprecated, use [${classOf[JavaLogger].getName}] instead")
}

View file

@ -41,3 +41,4 @@ The following, previously deprecated, features have been removed:
* Timeout constructor without unit
* JavaLoggingEventHandler, replaced by JavaLogger