Metadata >> NuGet >> this.Log

this.Log

Metadata

Authors RealDimensions Software, LLC
Copyrights Copyright 2012
Description this.Log is a Logging Extension that works in all code locations. This package by itself only brings the logging extension and allows you to call this.Log().Debug, etc. What it doesn't bring though is a logging facility. Please search nuget for this.Log to see the facilities.
LicenseUrl https://raw.github.com/ferventcoder/this.Log/master/LICENSE
Owners Rob Reynolds
ProjectUrl https://github.com/ferventcoder/this.Log
RequireLicenseAcceptance False
Summary this.Log - Logging Extensions that work in all code locations
Tags logging log this.Log
Title this.Log Logging Extension
PackageSize 14997
PackageHashAlgorithm SHA512
PackageHash O/mzPGGTTF9vO6kS+HnIk/SGPUQcaJWfph342z/+cdX/gQNVkIjyCw69qpQNnXI9FbxC5PUuvkZPwzexU2FBjQ==
DownloadCount 000000
CreatedDate 2013-04-04T08:38:21
ReleaseNotes == v0.0.3 == Strong named the assembly - https://github.com/ferventcoder/this.Log/pull/6 Error and Fatal can now have Exceptions passed to them (only the Func<string> versions though) - https://github.com/ferventcoder/this.Log/commit/4a468d2836312184597981e5e91a98909e23f1f8

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install this.Log -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install this.Log -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package this.Log
Installing the package (HTTP Basic authentication):
Install-Package this.Log -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package this.Log -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package this.Log

OpenWrap

Installing the package:
o add-wrap this.Log
Uninstalling the package:
o remove-wrap this.Log

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
0.0.3.0
0.0.2.0
0.0.1.0