Source position: JPL.SimpleLogger.pas line 49
type TLogTag = record
IntValue: Integer;
StrValue: string;
FloatValue: Double;
BoolValue: Boolean;
end;