byte-motion / byte-motion/RNL_RAPIDLibrary

Restructure SS_WriteLog into RNL_B_Log

Open
#21 2 comments 0 reactions 1 assignee Claimed by @RobotSigmund View on GitHub
New Module Topic:Basic
Dominant language
AMPL
Stars
0
Forks
1
PR merge metrics
No merged PRs in 30d

Description

RNL_B_logFile

Basic module that:
- Allow writing text to log files through RAPID instructions
- Automatically create headers
- Automatically archive files based on current date
- Create files with .log
- Clear old archives based on size

ALIAS string logFile

FUNC logFile logFile_New( string filePath )

PROC logFile_write( string textArray, logFile file, \num maxSizeBytes)

PROC logFile_clearOldArchive( logFile file, num maxSizeBytes)

FUNC num logFile_getArchiveSize( logFile file )

@RobotSigmund should prepare a pull request linked to this issue and pass peer review.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.