Standardize logging
This commit is contained in:
parent
a3ee3c2881
commit
59c3845d21
3 changed files with 5 additions and 5 deletions
|
|
@ -46,7 +46,7 @@ namespace FileLiberator
|
|||
|
||||
private static async Task<StatusHandler> processBookAsync(IProcessable processable, LibraryBook libraryBook)
|
||||
{
|
||||
Serilog.Log.Information("Begin " + nameof(processBookAsync) + " {@DebugInfo}", new
|
||||
Serilog.Log.Logger.Information("Begin " + nameof(processBookAsync) + " {@DebugInfo}", new
|
||||
{
|
||||
libraryBook.Book.Title,
|
||||
libraryBook.Book.AudibleProductId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue