Private module variables in Script Library

I have a script library where I want to define a NotesLog. I use NotesLog in other scripts though, and always use the variable name agentLog. So what I tried to do was define agent log inside the script using

Private agentLog As NotesNog

Unfortunately agentLog is not defined, and when I try to set the variable with a new NotesLog object, it fails at runtime. I am using Private in the (Declarations) section of the script, and I have done that with other simple variable types, like String, without issue. Is there something about defining an object reference as Private that I am missing?

Subject: Typo maybe?

Don’t know about the Private stuff, but it is at simple as a typo, is it really NotesNog ??

Subject: RE: Typo maybe?

Typo Only in the Message.