Question about dsfml.system.err

Konstantin Kutsevalov via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Nov 8 08:34:04 PST 2016


ADD:

I tried to open other stream in main()

```
...
import dsfml.system.err;

int main(string[] args)
{
	err.open("errors.log", "a");
	err.write("test\n");
     ....
}
...
```

but as can I see, that hasn't any effect for tcplistener module...


More information about the Digitalmars-d-learn mailing list