Having problem coding in C#

Hello! I’m a beginner at C#. I’m having a problem running this code!


I need Help!

Seems like you didn’t give your Logger class an access modifier. If you don’t specify one the default is internal .

1 Like

thanks…for ur advice…but if u don’t mind can u specify to me where I
should change?

In your Logger class. It doesn’t seem to be public.