public interface Logger
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String message)
Debug messages receiver.
|
void |
error(String message)
Error messages receiver.
|
void |
error(String message,
Throwable exception)
Error messages receiver.
|
void |
info(String message)
Info messages receiver.
|
void error(String message)
message - the error message.void error(String message, Throwable exception)
message - the error message.exception - the exception to log.void info(String message)
message - the info message.void debug(String message)
message - the debug message.Copyright © 2012–2024 e-Contract.be BV. All rights reserved.