Skip to content

Commit

Permalink
correction custom format
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosHe committed Feb 4, 2021
1 parent 56ea913 commit b679fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Horse.Logger.Provider.Console.pas
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ procedure THorseLoggerProviderConsoleManager.DispatchLogCache;
for I := 0 to Pred(LLogCache.Count) do
begin
LLog := LLogCache.Items[I] as THorseLoggerLog;
LParams := THorseLoggerUtils.GetFormatParams(DEFAULT_HORSE_LOG_FORMAT);
LParams := THorseLoggerUtils.GetFormatParams(LLogStr);
for Z := Low(LParams) to High(LParams) do
begin
{$IFDEF FPC}
Expand Down

0 comments on commit b679fa0

Please sign in to comment.