Numerous bug fixes to all platforms
Works both installed and not installed
This commit is contained in:
parent
c913f9f99a
commit
a81ea73566
68 changed files with 384 additions and 35286 deletions
|
@ -1,19 +0,0 @@
|
|||
module minwin.logging;
|
||||
|
||||
public import std.stream;
|
||||
|
||||
//version=StdOutLog;
|
||||
|
||||
version (LOG) {
|
||||
Stream log;
|
||||
version (StdOutLog) {
|
||||
static this() {
|
||||
log = stdout;
|
||||
}
|
||||
} else {
|
||||
static this() {
|
||||
log = new BufferedFile("log.txt",FileMode.OutNew);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue