Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elogs 1.1.0 #957

Merged
merged 12 commits into from
Feb 16, 2024
22 changes: 22 additions & 0 deletions index/el/elogs-1.1.0.toml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file should be removed

Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "elogs"
description = "Embedded logging, proven absent of runtime errors"
version = "1.1.0"

authors = ["Kevin Chadwick"]
maintainers = ["Kevin Chadwick <[email protected]>"]
maintainers-logins = ["kevlar700"]
licenses = "ISC OR BSD-2-Clause"
website = "https://github.com/kevlar700/elogs"
tags = ["spark", "embedded", "zfp", "logging", "log"]

[[depends-on]]

[configuration.variables]
Max_Log_Count = {type = "Integer", default = 50}
Max_Message_Length = {type = "Integer", default = 200}
Device_ID_Length = {type = "Integer", default = 12}
Version_Length = {type = "Integer", default = 8}

[origin]
commit = "2e627928c716f2df0f6427a138e8410749b0724f"
url = "git+https://github.com/kevlar700/elogs.git"
22 changes: 22 additions & 0 deletions index/el/elogs/elogs-1.1.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "elogs"
description = "Embedded logging, proven absent of runtime errors"
version = "1.1.0"

authors = ["Kevin Chadwick"]
maintainers = ["Kevin Chadwick <[email protected]>"]
maintainers-logins = ["kevlar700"]
licenses = "ISC OR BSD-2-Clause"
website = "https://github.com/kevlar700/elogs"
tags = ["spark", "embedded", "zfp", "logging", "log"]

[[depends-on]]

[configuration.variables]
Max_Log_Count = {type = "Integer", default = 50}
Max_Message_Length = {type = "Integer", default = 200}
Device_ID_Length = {type = "Integer", default = 12}
Version_Length = {type = "Integer", default = 8}

[origin]
commit = "2e627928c716f2df0f6427a138e8410749b0724f"
url = "git+https://github.com/kevlar700/elogs.git"
22 changes: 22 additions & 0 deletions upload/index/el/elogs-1.1.0.toml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file should be removed

Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "elogs"
description = "Embedded logging, proven absent of runtime errors"
version = "1.1.0"

authors = ["Kevin Chadwick"]
maintainers = ["Kevin Chadwick <[email protected]>"]
maintainers-logins = ["kevlar700"]
licenses = "ISC OR BSD-2-Clause"
website = "https://github.com/kevlar700/elogs"
tags = ["spark", "embedded", "zfp", "logging", "log"]

[[depends-on]]

[configuration.variables]
Max_Log_Count = {type = "Integer", default = 50}
Max_Message_Length = {type = "Integer", default = 200}
Device_ID_Length = {type = "Integer", default = 12}
Version_Length = {type = "Integer", default = 8}

[origin]
commit = "2e627928c716f2df0f6427a138e8410749b0724f"
url = "git+https://github.com/kevlar700/elogs.git"
23 changes: 23 additions & 0 deletions upload/stable-1.2.1/index/el/elogs-1.1.0.toml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file should be removed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, the delete button was hidden. I didn't see the menu scroll bar for ages.

Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "elogs"
description = "Embedded logging, proven absent of runtime errors"
version = "1.1.0"

authors = ["Kevin Chadwick"]
maintainers = ["Kevin Chadwick <[email protected]>"]
maintainers-logins = ["kevlar700"]
licenses = "ISC OR BSD-2-Clause"
website = "https://github.com/kevlar700/elogs"
tags = ["spark", "embedded", "zfp", "logging", "log"]

[[depends-on]]

[configuration.variables]
Max_Log_Count = {type = "Integer", default = 50}
Max_Message_Length = {type = "Integer", default = 200}
Device_ID_Length = {type = "Integer", default = 12}
Version_Length = {type = "Integer", default = 8}

[origin]
commit = "2e627928c716f2df0f6427a138e8410749b0724f"
url = "git+https://github.com/kevlar700/elogs.git"

Loading