Re: Logging current jclouds API version

2015-12-16 Thread Andrew Gaul
org.jclouds.JcloudsVersion contains the jclouds version. jclouds also includes this in the User-Agent head in each HTTP request. On Wed, Dec 16, 2015 at 06:22:03AM +, Forrest Townsend wrote: > Hey, > > Is there a way that I could access the current jclouds version that I am > using within th

Re: Logging current jclouds API version

2015-12-16 Thread Ignasi Barrera
Hi Forrest, You can use the JcloudsVersion class: http://jclouds.apache.org/reference/javadoc/1.9.x/org/jclouds/JcloudsVersion.html I. El 16/12/2015 7:22, "Forrest Townsend" escribió: > Hey, > > Is there a way that I could access the current jclouds version that I am > using within the API? > >

Logging current jclouds API version

2015-12-15 Thread Forrest Townsend
Hey, Is there a way that I could access the current jclouds version that I am using within the API? I can assuming running a script to access the dependencies' version but my goal is to print out the jclouds version number as a header when I start a debug trace. Any thoughts? Thanks, Forrest T.