Skip to content

Fix log exception in RichGodotSink #13

@KeyJ148

Description

@KeyJ148

KludgeBox.Logging.RichGodotSink.Emit

Сейчас там костыль: if (logEvent.Exception is not null) GD.Print(logEvent.Exception);
Надо делать это внутри _formatter и выводить stackTrace (он почему-то пустой у Exception.StackTrace)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions