onyx-log ~master (2021-04-24T20:04:38Z)
Dub
Repo
Controller
onyx
core
controller
Undocumented in source.
package @
system
struct
Controller {
import
std
.
stdio
;
;
import
std
.
file
;
;
File
activeFile
;
Rollover
rollover
;
this
(Bundle bundle);
Rollover
createRollover
(Bundle bundle);
void
saveMsg
(string msg);
void
flush
();
}
Constructors
this
this
(Bundle bundle)
Primary constructor
Members
Functions
createRollover
Rollover
createRollover
(Bundle bundle)
Extract logger type from bundle
flush
void
flush
()
Flush log file
saveMsg
void
saveMsg
(string msg)
Extract logger type from bundle
Variables
activeFile
File
activeFile
;
Undocumented in source.
rollover
Rollover
rollover
;
Undocumented in source.
Meta
Source
See Implementation
onyx
core
controller
classes
Rollover
SizeBasedRollover
SizeBasedRolloverFactory
functions
createPath
interfaces
RolloverFactory
structs
Controller