Skip to content

Releases: Janus-vistaprint/OKLogger

Run contextCallbacks in calling thread

14 Jan 15:04
ff57212
Compare
Choose a tag to compare

Updated context callbacks to be executed in the calling thread (but still serialized in a task)

JObject Support From Base Logger

11 May 20:10
514ec96
Compare
Choose a tag to compare
Merge pull request #15 from Janus-vistaprint/FixForJTokenEntityFormatter

Fix for jtoken entity formatter

Handle non formattable objects

10 May 21:11
793c639
Compare
Choose a tag to compare

Handle the case when we get an object that cannot be formatted

JObject

10 May 20:44
925a5d2
Compare
Choose a tag to compare

Add support for JObject

Boolean formatter

18 Apr 19:28
463fc03
Compare
Choose a tag to compare
Merge pull request #12 from Janus-vistaprint/nukey

update nuget key

Custom Formatters

31 Oct 22:14
cc4b9ec
Compare
Choose a tag to compare

Added ability to add custom formatters

perf

31 Oct 19:23
Compare
Choose a tag to compare
  • Improve performance by caching reflection calls
  • Cut off properties over 8kb
  • Cut off log messages over 16kb

Add Configure without any params

24 Oct 21:28
Compare
Choose a tag to compare

Add a configure function where you take in no params, so log4net's xml configurator will look in app.config

Target net45 as well

24 Oct 18:38
Compare
Choose a tag to compare
Merge pull request #5 from Janus-vistaprint/net45

target net45 as well

More async work

14 Jun 19:17
Compare
Choose a tag to compare
Merge pull request #4 from Janus-vistaprint/MoreAsync

Configured await