swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: verbose messages


From: Marcus G. Daniels
Subject: Re: verbose messages
Date: 29 Mar 2001 09:35:55 -0800
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "PJ" == Paul E Johnson <address@hidden> writes:

PJ> Am I right that Globals.env.verboseMessage() is a substitute for
PJ> System.out.println () and that anything in the arguments of the
PJ> latter will work in the former?

println has variants with other types (boolean, char, char[], double,
float, int, long, Object, String), while verboseMessage simply takes a
string argument.  However, just by virtual of prepending some text,
e.g. "foobar value: " + foobar, Java will do the string conversions for you.

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]