public interface Logger
| Modifier and Type | Interface and Description |
|---|---|
static class |
Logger.Level
Determine the level of logging
|
| Modifier and Type | Method and Description |
|---|---|
void |
log(String message)
Abstract method to be implemented by client.
|
void log(String message)
This method gets called, once there is something to log
message - to be delivered to the logger.Copyright © 2026 Contentful, GmbH.. All rights reserved.