Skip to content

Implement a function that creates a SysLog from a Logger #81

@ufechner7

Description

@ufechner7

Currently, the following code is needed for this conversion:

 save_log(logger, "tmp")
 lg = load_log(tmp)
 sl  = lg.syslog

There should be no temporary file needed to do that.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions