ae v0.0.3186 (2022-07-03T09:06:15Z)
Home
Dub
Repo
CFileLogger
ae
sys
log
Basic file logger.
class
CFileLogger :
CRawFileLogger
{
this
(string name, bool timestampedFilenames);
void
log
(char[] str);
void
close
();
void
open
();
void
reopen
();
}
Constructors
this
this
(string name, bool timestampedFilenames)
Undocumented in source.
Members
Functions
close
void
close
()
Undocumented in source. Be warned that the author may not have intended to support it.
log
void
log
(char[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
open
void
open
()
Undocumented in source. Be warned that the author may not have intended to support it.
reopen
void
reopen
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From CRawFileLogger
timestampedFilenames
bool
timestampedFilenames
;
Whether to include the current time in the log file name.
log
void
log
(char[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
fileName
string
fileName
;
Undocumented in source.
f
File
f
;
Undocumented in source.
open
void
open
()
Undocumented in source. Be warned that the author may not have intended to support it.
reopen
void
reopen
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ae
sys
log
aliases
ConsoleLogger
FileAndConsoleLogger
FileLogger
Logger
MultiLogger
NullLogger
RawFileLogger
consoleLogger
fileAndConsoleLogger
fileLogger
multiLogger
nullLogger
rawFileLogger
classes
CConsoleLogger
CFileAndConsoleLogger
CFileLogger
CLogger
CMultiLogger
CNullLogger
CRawFileLogger
functions
createLogger
manifest constants
TIME_FORMAT
variables
logDir
quiet
Basic file logger.