Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 R 中的全局环境中有一个数据框,类似于下面的数据框
loggerProperties <- data.frame(sessionId = "123",UserId = "123",ClientId = "123",connURL = "127.0.0.1")。
我必须在 log4r 包中初始化这些变量,以便在记录异常时可以使用这些详细信息添加到我的日志中。请让我知道如何添加它们。