You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -590,7 +591,8 @@ public StatusConsoleListener getFallbackListener() {
590
591
* Sets the level of the fallback listener.
591
592
*
592
593
* @param level a level
593
-
* @deprecated Instead use the {@link StatusConsoleListener#setLevel(Level) setLevel(Level)} method on the fallback listener returned by {@link #getFallbackListener()}.
594
+
* @deprecated Since 2.23.0, instead use the {@link StatusConsoleListener#setLevel(Level) setLevel(Level)} method
595
+
* on the fallback listener returned by {@link #getFallbackListener()}.
594
596
*/
595
597
@Deprecated
596
598
publicvoidsetLevel(finalLevellevel) {
@@ -634,7 +636,8 @@ public void removeListener(final StatusListener listener) {
634
636
*
635
637
* @param level a level
636
638
* @since 2.6
637
-
* @deprecated Instead use the {@link StatusConsoleListener#setLevel(Level) setLevel(Level)} method on the fallback listener returned by {@link #getFallbackListener()}.
639
+
* @deprecated Since 2.23.0, instead use the {@link StatusConsoleListener#setLevel(Level) setLevel(Level)} method
640
+
* on the fallback listener returned by {@link #getFallbackListener()}.
* @deprecated Instead of relying on the buffering provided by {@code StatusLogger}, users should register their own listeners to access to logged events.
696
+
* @deprecated Since 2.23.0, instead of relying on the buffering provided by {@code StatusLogger},
697
+
* users should register their own listeners to access to logged events.
694
698
* @return a thread-safe read-only collection of buffered events
695
699
*/
696
700
@Deprecated
@@ -704,7 +708,8 @@ public List<StatusData> getStatusData() {
704
708
/**
705
709
* Clears the event buffer.
706
710
*
707
-
* @deprecated Instead of relying on the buffering provided by {@code StatusLogger}, users should register their own listeners to access to logged events.
711
+
* @deprecated Since 2.23.0, instead of relying on the buffering provided by {@code StatusLogger},
712
+
* users should register their own listeners to access to logged events.
0 commit comments