C# Class Logging.CoreSample.CustomLogWriter

Inheritance: ILogWriter
Exibir arquivo Open project: huanent/Huanent.Logging

Public Methods

Method Description
WriteLog ( LogLevel level, string message, string name, Exception exception, EventId eventId ) : void

Method Details

WriteLog() public method

public WriteLog ( LogLevel level, string message, string name, Exception exception, EventId eventId ) : void
level LogLevel
message string
name string
exception Exception
eventId EventId
return void