| Package | Description |
|---|---|
| com.google.cloud.tools.jib.event | |
| com.google.cloud.tools.jib.event.events |
| Modifier and Type | Field and Description |
|---|---|
static JibEventType<LogEvent> |
JibEventType.LOGGING
Event with a message to use for logging purposes.
|
| Modifier and Type | Method and Description |
|---|---|
static LogEvent |
LogEvent.debug(String message) |
static LogEvent |
LogEvent.error(String message) |
static LogEvent |
LogEvent.info(String message) |
static LogEvent |
LogEvent.lifecycle(String message) |
static LogEvent |
LogEvent.warn(String message) |
Copyright © 2018. All rights reserved.