Click or drag to resize

LogAddEntry Method (LogEntryType, String)

Adds an entry in the log (event triggered + file delayed).

Namespace:  Packflow.FileLogger
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public void AddEntry(
	LogEntryType type,
	params string[] texts
)

Parameters

type
Type: Packflow.FileLoggerLogEntryType
texts
Type: SystemString
See Also