package logging
type Logging struct {
Err error
Output string
}
type Logfile struct {
LogfilePath string