public class DebugLevel extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
DebugLevel.Debuggable
A component can be debuggable.
|
| Constructor and Description |
|---|
DebugLevel() |
| Modifier and Type | Method and Description |
|---|---|
void |
allowUnsecureTrace()
Allow writing in the log the raw data in clear ;
it is unsecure because passwords may appear in clear ;
USE FOR DEBUG ONLY NOT ON PRODUCTION ENVIRONMENT.
|
void |
disallowUnsecureTrace()
Disallow writing in the log the raw data in clear.
|
boolean |
isAllowingUnsercureTrace()
Indicates the current debug level.
|
public void allowUnsecureTrace()
public void disallowUnsecureTrace()
public boolean isAllowingUnsercureTrace()
true if the server can write in
the log raw data in clear, false otherwise.Copyright © 2018 Alternet. All rights reserved.