Spring.Base Spring.Logging.Loggers TAbstractLogger LogValue TAbstractLogger.LogValue Method On this page Overloads LogValue(string, TValue) LogValue(TLogLevel, string, TValue) Unit: Spring.Logging.Loggers Package: Spring.Base Overloads LogValue(string, TValue) LogValue(TLogLevel, string, TValue) LogValue(string, TValue) Delphi Copy procedure LogValue(const name: string; const value: TValue) Parameters name string value TValue LogValue(TLogLevel, string, TValue) Delphi Copy procedure LogValue(level: TLogLevel; const name: string; const value: TValue) Parameters level TLogLevel name string value TValue