Skip to content

Commit

Permalink
Merge pull request #4 from Janus-vistaprint/MoreAsync
Browse files Browse the repository at this point in the history
Configured await
  • Loading branch information
cubsk authored Jun 14, 2017
2 parents 5b6df2c + 3428165 commit 5cce34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OKLogger/Logger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ private void LogEvent(Level level, object[] properties, string message, Exceptio
}
}
Log.Logger.Log(logEvent);
});
}).ConfigureAwait(false);

}
}
Expand Down

0 comments on commit 5cce34b

Please sign in to comment.