public static interface AuthProviderOperations.Log
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String message)
Writes to the security log at log level debug.
|
void |
error(String message)
Writes to the security log at log level error.
|
void |
info(String message)
Writes to the security log at log level info.
|
boolean |
isDebugEnabled()
Returns true if log level debug is enabled.
|
void |
warn(String message)
Writes to the security log at log level warning.
|
void debug(String message)
message - the message to write to the security logvoid info(String message)
message - the message to write to the security logvoid warn(String message)
message - the message to write to the security logvoid error(String message)
message - the message to write to the security logboolean isDebugEnabled()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.