Skip to content

Make SerilogLogger type public #45

Closed
@victorhurdugaci

Description

@victorhurdugaci

Since the only public type in this package is the extension methods of the logger factory, if you want to create a logger instance, you always have to go through the factory.

For the WebApps logger, we just need an instance of the serilog logger, but that forces us to create an factory before we can create the logger. It would be useful to have that type public so we can instantiate it directly.

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