C# Class Itenso.Sys.Logging.LoggerEvent

Inheritance: ILoggerEvent
Exibir arquivo Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL Class Usage Examples

Public Methods

Method Description
LoggerEvent ( LoggerLevel level, string source, string context, string message, Exception caughtException ) : System

Method Details

LoggerEvent() public method

public LoggerEvent ( LoggerLevel level, string source, string context, string message, Exception caughtException ) : System
level LoggerLevel
source string
context string
message string
caughtException System.Exception
return System