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 March 31, 2025 21:01
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));
}
}