Module: Vara

Defined in:
lib/vara.rb,
lib/vara/cli.rb,
lib/vara/log.rb,
lib/vara/linter.rb,
lib/vara/product.rb,
lib/vara/tarball.rb,
lib/vara/version.rb,
lib/vara/materials.rb,
lib/vara/downloader.rb,
lib/vara/md5_creator.rb,
lib/vara/git_inspector.rb,
lib/vara/metadata/release.rb,
lib/vara/product_contents.rb,
lib/vara/product_metadata.rb,
lib/vara/static_versioner.rb,
lib/vara/metadata/stemcell.rb,
lib/vara/prerelease_versioner.rb,
lib/vara/product_artifact_zipper.rb,
lib/vara/metadata/compiled_packages.rb,
lib/vara/product_artifact_validator.rb,
lib/vara/product_metadata_processor.rb,
lib/vara/product_resource_downloader.rb,
lib/vara/content_migrations_processor.rb

Defined Under Namespace

Modules: Loggable, Metadata Classes: Cli, ContentMigrationsProcessor, Downloader, GitInspector, LintError, Linter, Log, LoggerWithProgName, MD5Creator, Materials, PrereleaseVersioner, Product, ProductArtifactValidator, ProductArtifactZipper, ProductContents, ProductMetadata, ProductMetadataProcessor, ProductResourceDownloader, StaticVersioner, Tarball, VersionError

Constant Summary collapse

VERSION =
'0.24.0'.freeze

Class Method Summary collapse

Class Method Details

.logObject



5
6
7
# File 'lib/vara/log.rb', line 5

def log
  Log.instance
end

.logger_for(progname) ⇒ Object



9
10
11
# File 'lib/vara/log.rb', line 9

def logger_for(progname)
  LoggerWithProgName.new(progname)
end