Skip to content

Instantly share code, notes, and snippets.

@jstangroome
Forked from hyrmn/gist:3429595
Created October 24, 2014 03:16
Show Gist options
  • Save jstangroome/5a998ff8484e14832fcb to your computer and use it in GitHub Desktop.
Save jstangroome/5a998ff8484e14832fcb to your computer and use it in GitHub Desktop.
[ಠ_ಠ]
[AttributeUsage(System.AttributeTargets.All, AllowMultiple = true, Inherited = true)]
public class ಠ_ಠAttribute : Attribute
{
public ILog Log { get; set; }
public ಠ_ಠAttribute()
{
Log.Info("This code is bad and you should feel bad");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment