David Zmick | 22 Aug 08:13

[pier] MessageNotUnderstood: SimpleLog class>>info

MessageNotUnderstood: SimpleLog class>>info
How did I do that? and does anyone now a fix?

--
David Zmick
/dz0004455\
http://dz0004455.googlepages.com
http://dz0004455.blogspot.com

_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Keith Hodges | 22 Aug 10:44

Re: [pier] MessageNotUnderstood: SimpleLog class>>info

David Zmick wrote:
> MessageNotUnderstood: SimpleLog class>>info
> How did I do that? and does anyone now a fix?
>
> -- 
> David Zmick
Looks like the CurrentLog value is pointing to the
wrong instance...

SimpleLog stop. "to reset"
SimpleLog startFile. "or whatever you do to pick a logger output".

regards

Keith

_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

David Zmick | 22 Aug 16:49

Re: [pier] MessageNotUnderstood: SimpleLog class>>info

The simple log class seems to have a problem registering with smalltalk.  When ever I try to start, and stop it, it gives an error: "SimpleLog is not loaded"

On Fri, Aug 22, 2008 at 3:44 AM, Keith Hodges <keith_hodges <at> yahoo.co.uk> wrote:
David Zmick wrote:
> MessageNotUnderstood: SimpleLog class>>info
> How did I do that? and does anyone now a fix?
>
> --
> David Zmick
Looks like the CurrentLog value is pointing to the
wrong instance...

SimpleLog stop. "to reset"
SimpleLog startFile. "or whatever you do to pick a logger output".

regards

Keith


_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki



--
David Zmick
/dz0004455\
http://dz0004455.googlepages.com
http://dz0004455.blogspot.com

_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
David Zmick | 22 Aug 18:19

Re: [pier] MessageNotUnderstood: SimpleLog class>>info

The Global Smalltalk dictionary needs to hace an object called "SLLog" in it, but it doesn't.  How do I get SimpleLog to install itself in Smalltalk

On Fri, Aug 22, 2008 at 9:49 AM, David Zmick <dz0004455 <at> gmail.com> wrote:
The simple log class seems to have a problem registering with smalltalk.  When ever I try to start, and stop it, it gives an error: "SimpleLog is not loaded"


On Fri, Aug 22, 2008 at 3:44 AM, Keith Hodges <keith_hodges <at> yahoo.co.uk> wrote:
David Zmick wrote:
> MessageNotUnderstood: SimpleLog class>>info
> How did I do that? and does anyone now a fix?
>
> --
> David Zmick
Looks like the CurrentLog value is pointing to the
wrong instance...

SimpleLog stop. "to reset"
SimpleLog startFile. "or whatever you do to pick a logger output".

regards

Keith


_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki






--
David Zmick
/dz0004455\
http://dz0004455.googlepages.com
http://dz0004455.blogspot.com

_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Keith Hodges | 26 Aug 11:03

Re: [pier] MessageNotUnderstood: SimpleLog class>>info

Ah yes, Logging is only a front end, it installs with a default Null
logger backend, if you actually want to use the SimpleLog as the backend
you need to load it. I think it is in universes and/or squeakmap.

Keith

_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki


Gmane