[DGD]Logging
Lord Lerkista
lerkista at planetatierra.net
Mon Apr 23 11:31:33 CEST 2001
On Monday, April 23, 2001, at 03:52 AM, Mikael Lind wrote:
> Quoting Lord Lerkista from 21:37, 2001-04-21:
>
>> Hi, there's a way to log the text from the console to a file without
>> change driver.sys??
>> i'm using unix now!! =)
>
> I am not sure what driver.sys is. Try:
>
> dgd mud.dgd | tee mud.log
>
> Quick manual: The tee command copies its input to stdout (usually
> your text terminal window) as well as the named file (mud.log in the
> example above).
>
> If you want the log to be visible from within the mud, try:
>
> dgd mud.dgd | tee mud/mud.log
>
> Both of the examples above assume that your working directory is the
> root directory of the DGD distribution.
>
> // Mikael / Elemel
>
> --
> Give up yourself unto the moment / The time is now / Give up yourself
> unto the moment / Let's make this moment last // Moloko
>
>
> List config page: http://list.imaginary.com/mailman/listinfo/dgd
>
oops driver.sys = driver.c Jeje
Ok y use:
driver /rlyeh/rlyeh.dgd | tee /rlyeh/rlyeh.log
but only creates log.dgd with nothing inside!!
-rw-rw-r-- 1 root wheel 0 Apr 23 04:25 log.dgd
=/
i think that i will have to put some write_file in driver.c!!
List config page: http://list.imaginary.com/mailman/listinfo/dgd
More information about the DGD
mailing list