public class UserDataHelper
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
UserDataHelper.Mode |
Log mode for the next log message.
|
Constructor | Description |
---|---|
UserDataHelper(Log log) |
Modifier and Type | Method | Description |
---|---|---|
UserDataHelper.Mode |
getNextMode() |
Returns log mode for the next log message, or
null if the
message should not be logged. |
public UserDataHelper(Log log)
public UserDataHelper.Mode getNextMode()
null
if the
message should not be logged.
If INFO_THEN_DEBUG
configuration option is enabled, this
method might change internal state of this object.
null
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.