f46b8b3101
Update UserLogSetSeverityLevel to return the level prior to changing
2.0.1
Tyler Matijevich
2023-09-13 17:08:48 -05:00
70e6133cbf
Update comments and multiline statements. Increase format value array size. Set dependency version. Add readme and license to package.
2.0.0
Tyler Matijevich
2023-04-11 12:23:26 -05:00
71712d0505
Update comments, make message length public
Tyler Matijevich
2023-03-05 16:31:25 -06:00
b20bc0d0f7
Rename Arguments to Values, update parameter descriptions to simplify
Tyler Matijevich
2023-02-07 17:51:33 -06:00
8577c51f6b
Update readme with new function names
Tyler Matijevich
2023-02-06 17:32:54 -06:00
037c0a8bf0
Create UserLogEventText allowing users to write to the description column of the logger using binary-encoded data and the text system (required).
Tyler Matijevich
2023-02-03 13:06:53 -06:00
4cb5d39223
Bump version. Rename Quick, Format, and Message to Basic, Advanced, and Custom.
Tyler Matijevich
2023-02-03 10:24:23 -06:00
64e4d6d883
Revise comments. Upper camel case function parameters. Replace Args with Arguments.
Tyler Matijevich
2023-02-03 10:21:13 -06:00
0a3679bf72
Introduce table and script to produce localized texts. Revise internal facility number to align with my user libraries. Modify public facility from 1 to 10 for uniqueness.
Tyler Matijevich
2023-02-03 09:51:19 -06:00
8d56feb3a3
Use upper camel case and revise code blocks for consistency and matching coding guidelines
Tyler Matijevich
2023-02-03 09:19:35 -06:00
0b0eccd375
Rename for consistency
Tyler Matijevich
2023-02-01 15:55:52 -06:00
d7b1a02c40
Rename for consistency
Tyler Matijevich
2023-02-01 15:55:19 -06:00
af8c482be4
Fix persistence in logbook creation. Bump version
1.0.1
Tyler Matijevich
2022-11-08 17:29:32 -06:00
fb5ab7f9da
Fix library description, add list of functions to readme
0.3.2
Tyler Matijevich
2021-12-05 12:38:31 -06:00
98986030b2
Prepare for new release
Tyler Matijevich
2021-12-05 12:35:29 -06:00
8dce7115cc
Expand messaging with option for writing to custom logbook
Tyler Matijevich
2021-12-05 12:16:43 -06:00
fa8752d940
Remove cyclic state enum and library error enum. Simply use ArEventLog error id for return, otherwise -1 for catch-all.
Tyler Matijevich
2021-12-05 11:37:07 -06:00
a438dd4fcb
Comments, add dependency, update readme and history
Tyler Matijevich
2021-10-08 18:09:28 -05:00
98cb9e0f82
Update logging information and create new log info function
Tyler Matijevich
2021-10-08 17:59:47 -05:00
924fc43d8e
Rename LogMessage, error if severity exceeds error Rename SetThreshold Remove global variable references from main header, declare max messages in constants table
Tyler Matijevich
2021-10-08 17:34:36 -05:00
898936703a
Remove existing log function, buffer function block, and get info function
Tyler Matijevich
2021-10-08 17:26:51 -05:00
c8f3bb486c
Write an admin message when the max messages per cycle has been reached
Tyler Matijevich
2021-10-08 17:11:30 -05:00
1954e22853
Comment log message, Limit message to 125 characters (default), Create function to set severity including an option to suppress all
Tyler Matijevich
2021-10-06 17:47:04 -05:00
74cff1ee3d
Attempt to use ArEventLogWrite() in one scan with LogMessage()
Tyler Matijevich
2021-09-26 19:02:30 -05:00
179ca2d20f
Add license and readme
Tyler Matijevich
2021-09-26 11:36:56 -05:00
3af872e3e3
Untangle calls to EventLogWrite when there's multiple logs for multiple scans
Tyler Matijevich
2021-09-16 22:40:12 -05:00
aa90d98f09
Fix nextWrite storage modifier, needs to be static Fix nextWrite update, needs to be an assignment Remove any ambiguity of incrementing in combination with assignment
Tyler Matijevich
2021-09-16 22:32:59 -05:00
a91c019415
Increase performance by scaling the instances of the event log write function block
Tyler Matijevich
2021-09-16 21:14:50 -05:00
7e9c5b4bbe
Update comments, Update version history
Tyler Matijevich
2021-09-15 16:24:33 -05:00
993c486361
Update CyclicLogBuffer, declare global variables, C comments, string.h, lower camelcase Add promptEmty check Update GetBufferInfo to new scheme
Tyler Matijevich
2021-09-15 13:56:52 -05:00
81bec58e0e
Update the LogMessage function with lower camelCase and all C comments Adjust strcpy to prevent overflow Add status for ST_name error
Tyler Matijevich
2021-09-14 22:04:22 -05:00
8b41633601
Update IEC types with simpler enumeration conversion All lower camelcase for info structure, Include additional statuses Update header file to include global variable references
Tyler Matijevich
2021-09-14 19:54:55 -05:00
bdd6226468
1. Switch variable from global to static 2. Fix return value reset
Tyler Matijevich
2020-12-02 19:03:17 -06:00
5257e87e35
Implement severity threshold (level of verbosity) to filter which log messages are actually written to the logbook
Tyler Matijevich
2020-12-02 18:47:13 -06:00
9becab56bd
Prepare library for new release
0.1.2
Tyler Matijevich
2020-11-25 14:10:29 -06:00