ListenerLoadLog(DateTime) Method
Loads specified log files and returns their contents.
Namespace: OddPrg.CommunicationAssembly: OddPrg.Communication.Listeners (in OddPrg.Communication.Listeners.dll) Version: 1.0.0.0 (1.0.0.0)
public string[] LoadLog(
DateTime dtFrom
)
- dtFrom DateTime
- Time to load log from. Loads whole days.
StringLines of requested logs. First item is first stored line, last item is the newest line.