public interface PlatformAbstraction
Modifier and Type | Method and Description |
---|---|
Filter |
createFilter(String filterString)
Create an LDAP filter.
|
void |
logDebug(String message)
Write a debug message to the log.
|
void |
logDebug(String message,
Throwable exception)
Write a debug message to the log.
|
void |
logError(String message)
Write an error message to the log.
|
void |
logError(String message,
Throwable exception)
Write an error message to the log.
|
void |
logTraceDrop(String string)
Trace a drop to the log.
|
void |
logTraceMessage(String string)
Trace a generic message to the log.
|
void |
logTraceReg(String string)
Trace a registration to the log.
|
void |
logWarning(String message)
Write a warning message to the log.
|
void |
logWarning(String message,
Throwable exception)
Write a warning message to the log.
|
void logDebug(String message)
message
- the message.void logDebug(String message, Throwable exception)
message
- the message.exception
- an exception.void logTraceMessage(String string)
message
- the message.void logTraceReg(String string)
message
- the message.void logTraceDrop(String string)
message
- the message.void logWarning(String message)
message
- the message.void logWarning(String message, Throwable exception)
message
- the message.exception
- an exception.void logError(String message)
message
- the message.void logError(String message, Throwable exception)
message
- the message.exception
- an exception.Copyright © 2018 universAAL Consortium. All rights reserved.