0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 27, 2025 — Aug 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update nuget packages (keeping NUnit on 2.x branch)
JKeegan
as Josh Keegan
More... about 8 years ago
Updates to nuget and appveyor setup for new .NET Standard build of KLog
JKeegan
as Josh Keegan
More... about 8 years ago
Only publish to nuget when we're on the release branch
JKeegan
as Josh Keegan
More... about 8 years ago
KLog to .Net Standard 2.0. As this requires .Net Framework >=4.6.1 I've made all the other apps .Net Framework 4.6.2 rather than also targeting Framework from KLog
JKeegan
as Josh Keegan
More... about 8 years ago
xbuild is deprecated. Use msbuild instead
JKeegan
as Josh Keegan
More... over 8 years ago
new solution config excluding WebAPI from being built on mono & telling travis to use it
JKeegan
as Josh Keegan
More... over 8 years ago
missing $
JKeegan
as Josh Keegan
More... over 8 years ago
KLog.Web nuget - probably forgot loads of stuff and appveyor won't be configured correctly for multiple packages
JKeegan
as Josh Keegan
More... over 8 years ago
sln is in subdir, so nuget can't find it automagically
JKeegan
as Josh Keegan
More... over 8 years ago
second before_build appveyor command doesn't get executed - move to a separate batch file for the sake of my sanity
JKeegan
as Josh Keegan
More... over 8 years ago
invalid yaml... missed a tab perhaps..?
JKeegan
as Josh Keegan
More... over 8 years ago
appveyor: update nuget & restore packages before build
JKeegan
as Josh Keegan
More... over 8 years ago
Appveyor needs to use VS2017/MSBuild15 for the latest c#
JKeegan
as Josh Keegan
More... over 8 years ago
new WebEmailLog which can safely be used from within websites. Sits within new web specific assembly. Demo WebAPI showing usage
JKeegan
as Josh Keegan
More... over 8 years ago
use Interlocked.Decrement
JKeegan
as Josh Keegan
More... over 8 years ago
Ignore .vs dir
JKeegan
as Josh Keegan
More... over 8 years ago
Year bump
JKeegan
as Josh Keegan
More... over 9 years ago
Bump VS Version
JKeegan
as Josh Keegan
More... over 9 years ago
fix #9
JKeegan
as Josh Keegan
More... over 9 years ago
Add a demo for a programmatic log
JKeegan
as Josh Keegan
More... almost 10 years ago
Add a note before showing the internal log error. When I just saw this I thought something had broke & had to check
JKeegan
as Josh Keegan
More... almost 10 years ago
Update npgsql to latest
JKeegan
as Josh Keegan
More... almost 10 years ago
Swap to postgres demo
JKeegan
as Josh Keegan
More... almost 10 years ago
Add Concurrent programmatic logs
JKeegan
as Josh Keegan
More... almost 10 years ago
QueueLog
JKeegan
as Josh Keegan
More... almost 10 years ago
Implement another programmatic log - ListLog
JKeegan
as Josh Keegan
More... almost 10 years ago
Add a programmatic log using a LinkedList
JKeegan
as Josh Keegan
More... almost 10 years ago
Year bump
JKeegan
as Josh Keegan
More... almost 10 years ago
Switch to .NET 4.5 - Travis CI build failed
JKeegan
as Josh Keegan
More... about 10 years ago
Perf tests for #13 & perf fix for CompoundLog getting a Stack Trace for log levels that won't get written to any of the underlying logs
JKeegan
as Josh Keegan
More... about 10 years ago