ListenerLoadLog(DateTime) Method

Loads specified log files and returns their contents.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication.Listeners (in OddPrg.Communication.Listeners.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public string[] LoadLog(
	DateTime dtFrom
)

Parameters

dtFrom  DateTime
Time to load log from. Loads whole days.

Return Value

String
Lines of requested logs. First item is first stored line, last item is the newest line.

See Also