amihaiemil / docker-java-api

Lightweight Java Docker client
BSD 3-Clause "New" or "Revised" License
270 stars 53 forks source link

Add Logging #343

Open amihaiemil opened 4 years ago

amihaiemil commented 4 years ago

We should add internal logging via SLF4J, especially for the methods which are quite blackbox, like Container.start() and others.