C# Class Logging.CoreSample.CustomLogWriter

Inheritance: ILogWriter
Afficher le fichier Open project: huanent/Huanent.Logging

Méthodes publiques

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

Method Details

WriteLog() public méthode

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