Metadata >> NuGet >> AOP.Logging

AOP.Logging

Metadata

Authors Anthony Desa
Copyrights Copyright 2015
Description AOP.Logging allows developers to log input parameters, duration of execution, return parameter and exceptions within 4 lines of code (Without violating DRY principal)
Owners Anthony Desa
ReleaseNotes 1). If you are getting ServiceLocation error while downloading then please make sure to update NuGet Manager Extension in VS 2012 Tools-->Extensions and Updates-->Updates (Select NuGet Package Extension...) 2). Added Sample application link for download in readme.txt file.
RequireLicenseAcceptance False
Tags AOP,DecorativeDesignPattern, Logging, Unity, InterceptionExtensions, DRY, Don'tRepeatYourselfPrincipal
Dependencies Unity.Interception:3.5.1404.0
Title AOP.Logging
PackageSize 15355
PackageHashAlgorithm SHA512
PackageHash /I5w24pPtBGTG2M1YPPMo+KXi7O9L3LEnTua3v3IUBSufWrmoLZV+3GjUlpVfQnreqdNnMmJIMg6GzF6Ug29MA==
DownloadCount 000000
CreatedDate 2015-06-14T18:45:38

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 AOP.Logging -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install AOP.Logging -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 AOP.Logging
Installing the package (HTTP Basic authentication):
Install-Package AOP.Logging -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package AOP.Logging -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package AOP.Logging

OpenWrap

Installing the package:
o add-wrap AOP.Logging
Uninstalling the package:
o remove-wrap AOP.Logging

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
1.0.0.1
1.0.0.0