Uses of Class
com.oracle.bedrock.runtime.docker.commands.Logs
-
Packages that use Logs Package Description com.oracle.bedrock.runtime.docker.commands -
-
Uses of Logs in com.oracle.bedrock.runtime.docker.commands
Methods in com.oracle.bedrock.runtime.docker.commands that return Logs Modifier and Type Method Description LogsLogs. follow(boolean enabled)Follow log output (equates to the --follow argument).static LogsLogs. from(Object containerName)Create aLogscommand to view the logs from a specific container.LogsLogs. since(Object timestamp)Show logs since timestamp (equates to the --since argument).LogsLogs. tail(Object numberOfLines)Show the specified number of lines to from the end of the logs (equates to the --tail argument).protected LogsLogs. withCommandArguments(List<com.oracle.bedrock.runtime.options.Argument> endArgs, com.oracle.bedrock.runtime.options.Argument... args)protected LogsLogs. withoutCommandArguments(List<com.oracle.bedrock.runtime.options.Argument> names, com.oracle.bedrock.runtime.options.Argument... args)
-