dgame v0.4.1 (2015-02-22T14:21:21Z)
Home
Dub
Repo
Log
Dgame
Internal
Log
Undocumented in source.
struct
Log {
static
string
LogFile
;
template
error
(size_t line = __LINE__, string filename = __FILE__, Args...)
;
static
void
info
(string msg, Args args);
}
Members
Static functions
info
void
info
(string msg, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
LogFile
string
LogFile
;
Undocumented in source.
Templates
error
template
error
(size_t line = __LINE__, string filename = __FILE__, Args...)
Undocumented in source.
Meta
Source
See Implementation
Dgame
Internal
Log
modules
Allocator
Log
Shared
Unique
core