geario ~master (2022-06-04T17:41:52.6758737)
Dub
Repo
FileStorage
geario
logging
storage
Undocumented in source.
package @
system
struct
FileStorage {
import
std
.
stdio
;
;
import
std
.
file
;
;
File
activeFile
;
Rollover
rollover
;
this
(LoggerConfig config);
Rollover
createRollover
(LoggerConfig config);
void
saveMsg
(string msg);
void
flush
();
}
Constructors
this
this
(LoggerConfig config)
Primary constructor
Members
Functions
createRollover
Rollover
createRollover
(LoggerConfig config)
Extract logger type
flush
void
flush
()
Flush log file
saveMsg
void
saveMsg
(string msg)
Extract logger type
Variables
activeFile
File
activeFile
;
Undocumented in source.
rollover
Rollover
rollover
;
Undocumented in source.
Meta
Source
See Implementation
geario
logging
storage
classes
Rollover
SizeBasedRollover
SizeBasedRolloverFactory
functions
createPath
interfaces
RolloverFactory
structs
FileStorage