!con #3920 Remove JavaLoggingEventHandler
This commit is contained in:
parent
514e0cc297
commit
54671271e9
2 changed files with 1 additions and 14 deletions
|
|
@ -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")
|
||||
|
||||
}
|
||||
|
|
@ -41,3 +41,4 @@ The following, previously deprecated, features have been removed:
|
|||
|
||||
* Timeout constructor without unit
|
||||
|
||||
* JavaLoggingEventHandler, replaced by JavaLogger
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue