Skip to content

Instantly share code, notes, and snippets.

View neilboyd's full-sized avatar

Neil Boyd neilboyd

View GitHub Profile
@JakeWharton
JakeWharton / README.md
Last active October 13, 2015 14:38
Maven pom for Google Play services
public class SomeClass {
public void SomeMethod() {
this.Log().Info(() => "Here is a log message with params which can be in Razor Views as well: '{0}'".FormatWith(typeof(SomeClass).Name));
}
}