Suoranta.EnterpriseLib.Web - Developer API

LogToDbService<(Of <(<'TLogEntry>)>)>..::..WriteLog Method

Namespace:  Suoranta.EnterpriseLib.Logging
Assembly:  Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)

Syntax


protected void WriteLog(
	LogLevel entryType,
	string message,
	Nullable<LogEntrySource> source,
	Nullable<Guid> reference,
	Nullable<ConsoleColor> color
)

Parameters

entryType
Type: LogLevel
message
Type: String
source
Type: Nullable<(Of <(<'LogEntrySource>)>)>
reference
Type: Nullable<(Of <(<'Guid>)>)>
color
Type: Nullable<(Of <(<'ConsoleColor>)>)>