Click or drag to resize

LoggerBaseCutLog method

List of overloads
 NameDescription of the
Public MethodStatic MemberCutLog(String, Int64, Boolean) Shortens the log file 'logPath' to the last 'countItems' entries. The original log file is saved with the extension '.last'. If 'countLines' is false, the entries with the last 'countItems' remain date values, otherwise the last 'countItems' lines.
Public MethodStatic MemberCutLog(String, Int64, Int64, Boolean) Shortens the log file 'logPath' to the last 'countItems' entries. The original log file is saved with the extension '.last'. If 'countLines' is false, the entries with the last 'countItems' remain date values, otherwise the last 'countItems' lines.
Back to the top
See also