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)
message - to be delivered to the logger.Copyright © 2017 Contentful, GmbH.. All Rights Reserved.