{"id":"cody-nelson/logr","name":"logr","scope":"cody-nelson","platform":"roblox","description":"Logr is a simplistic logging library","version":"0.0.9","latest":"0.0.9","versions":["0.0.5","0.0.6","0.0.7","0.0.8","0.0.9"],"license":"MIT","licenseRating":"safe","licenseCaveats":[],"licenseVerified":true,"dependencies":{"osyrisrblx/t":{"version":"^3.1.1","alias":"t"}},"integrity":"5ef3de4ddba5088cdcb867df04a11b407fdd9713f723781d08574fbf79320822","likes":0,"downloads":0,"install":"forest install cody-nelson/logr","url":"https://forest.dev/p/roblox/cody-nelson/logr","files":"https://api.forest.dev/ai/package/roblox/cody-nelson/logr/files","readme":"# Logr\r\nLogr is a structured logging utility library for Lua.\r\n\r\n## Functions\r\n### Logr.new\r\n```luau\r\nfunction Logr.new(name: string, level: string?): Logr\r\n```\r\n> `name` (string): The name of the logger which will be shown in log messages\r\n> \r\n> `level` (string?): The initial log level of the logger.\r\n\r\nReturns a new `Logr`\r\n\r\n### Logr:GetDefaultLevel\r\n```luau\r\nfunction Logr:GetDefaultLevel(): string\r\n```\r\nReturns the current default log level for new loggers.\r\n\r\n### Logr:SetDefaultLevel\r\n```luau\r\nfunction Logr:SetDefaultLevel(level: string)\r\n```\r\nSets the default log level for new loggers\r\n> `level` (string): The new default log level\r\n\r\n### Logr:GetLogLevels\r\n\r\n### Logr:GetLogLevelId\r\n\r\n### Logr:GetLogLevel\r\n\r\n### Logr:SetLogLevel\r\n\r\n### Logr:Debug\r\n\r\n### Logr:Info\r\n\r\n### Logr:Warn\r\n\r\n### Logr:Error\r\n\r\n### Logr:Critical\r\n","readmeTruncated":false}