Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Try It Free
$300 Free Credits for Your Google Cloud Projects
Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Implementation of logrotate utility for Windows Platform
This is a Windows implementation of the logrotate utility found in Linux platforms. The goal is to use the same command line parameters and files as the Linux version.
You can help support my efforts by buying me a coffee!
https://buymeacoffee.com/kenasalter
If you are going to give a negative rating, please take a little extra time and explain why. I want to improve the program as much as possible, but I need feedback. Thank you!
Source code is available on GitHub:
https://github.com/plecos/logrotatewin
Available on Chocolately:
https://community.chocolatey.org/packages/LogRotate/
And available on Chef Supermarket:
https://supermarket.chef.io/cookbooks/windows_logrotate
...Contains small amount of code in compare with other logging libraries.
Just copy the files from include folder to your project folder and use a C++20 compiler.
LogEngine2 can load loggers from .lfg file. Examples of .lfg files are included into bundle.
LogEngine2 provides various log targets: regular files, rotating log files, console logging, string stream, user custom function.
Log line format is easy configurable.
A better way to rotate apache logs. It can rotate multiple times a day and it compresses logs AFTER httpd stops writing to them. Deletes old logs based on partition fullness.
Tail is a graphical interface for following files, similar to the *nix command tail -f. Tail can monitor and show multiple files, parse file changes for optional keywords, and optionally notify you of changes both visually and audibly.
Simple php database logging class with a simple front end to view logs. Allows fine grained tagging. You can also store data with each log and tag a log with as many tags as you need