-
Its giving me the error saying - Method does not exist or incorrect signature: void error(String) from the type Logger |
Beta Was this translation helpful? Give feedback.
Answered by
jongpie
Jul 30, 2024
Replies: 1 comment 3 replies
-
@rohrat18 based on that error, it looks like you have a class called |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since you already have an existing
Logger
class in your org, you won't be able to use the unlocked package.To use the managed package, you'll need to include the
Nebula
namespace, like: