phobos-next v0.5.1 (2022-12-21T17:07:30Z)
Home
Dub
Repo
Log
nxt
cmd
Spawn logging configuration.
@
safe
struct
Log {
import
std
.
stdio
:
stdout
,
stderr
;
;
import
std
.
stdio
:
stdout
,
stderr
;
;
enum
Fmt
;
bool
opCast
();
File
getOut
();
File
getErr
();
}
Members
Enums
Fmt
enum
Fmt
Undocumented in source.
Functions
getErr
File
getErr
()
Undocumented in source.
getOut
File
getOut
()
Undocumented in source.
opCast
bool
opCast
()
Undocumented in source.
Meta
Source
See Implementation
nxt
cmd
functions
exitMessage
spawn
writeIng
structs
ExitStatus
Log
Patch
Repository
Spawn
Spawn logging configuration.