public class UserDataHelper extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UserDataHelper.Mode
Log mode for the next log message.
|
Constructor and Description |
---|
UserDataHelper(Log log) |
Modifier and Type | Method and 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-2021 Apache Software Foundation. All Rights Reserved.