gtk-d v2.4.2 (2014-11-28T21:54:27Z)
Home
Dub
Repo
Log
gda
Log
class
Log {
void
message
(string msg);
void
error
(string err);
static
void
enable
();
static
void
disable
();
static
int
isEnabled
();
}
Members
Functions
error
void
error
(string err)
Undocumented in source. Be warned that the author may not have intended to support it.
message
void
message
(string msg)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
disable
void
disable
()
Disables GDA logs.
enable
void
enable
()
Enables GDA logs.
isEnabled
int
isEnabled
()
Meta
Source
See Implementation
gda
Log
classes
Log