Downloads:
13,889
Downloads of v 0.1.5:
11,495
Last Update:
25 Sep 2017
Package Maintainer(s):
Software Author(s):
- sackerud
Tags:
tail reading logs- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Tail DotNet
- 1
- 2
- 3
0.1.5 | Updated: 25 Sep 2017
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
13,889
Downloads of v 0.1.5:
11,495
Maintainer(s):
Software Author(s):
- sackerud
Tail DotNet 0.1.5
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by sackerud. The inclusion of sackerud trademark(s), if any, upon this webpage is solely to identify sackerud goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Tail DotNet, run the following command from the command line or from PowerShell:
To upgrade Tail DotNet, run the following command from the command line or from PowerShell:
To uninstall Tail DotNet, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download taildotnet --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade taildotnet -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade taildotnet -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install taildotnet
win_chocolatey:
name: taildotnet
version: '0.1.5'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'taildotnet' do
action :install
source 'INTERNAL REPO URL'
version '0.1.5'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller taildotnet
{
Name = "taildotnet"
Version = "0.1.5"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'taildotnet':
ensure => '0.1.5',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator AdmiringWorm on 10 Jul 2020.
An implementation of the UNIX tail command written in .Net.
Typical usage is tail -f myLogFile.log
md5: EC0E2DD54144D6F6A317B7DAA715D418 | sha1: 62C2E04BBA8436912D9BCEC1EC4D4C7AFC843A47 | sha256: 4923528D3D18689D58FA30B3D822AB72A13BE21A57F13E0BC59B55B864424F7A | sha512: CCAF01F89FAB001EF2DED15B352E1DD2AB3967584A8720ACB7C6B7203240F9C896F7D46600B12E0E86B25B30779B1E5ED59CE97FB3F295AFB11D6391670265EF
md5: 12ABE1846E2D9FEF598062D5D43877BF | sha1: D0EB55555D03E3E6AFB6E58CF662DE9651BDC41D | sha256: 80FAED0986DE2CA737A6F92FF566AB5835B31D3D06DECAEB3CE30D611928E8EC | sha512: B014D2BC6C658E3021EB5E29A40ABBC2725CAB2B6A5E8B5D7E50527B9C228FC7A33C4745535DF6740CDF7C34114621B21A3B065A468EDCD19BFA42F7ED3F61C3
md5: 7D244FC7EAE34FC1DF48AEA07C99DADF | sha1: 3879939F49BB6ACAAE32655E0EDEEC74F401E4F9 | sha256: 1DDFA66D9BB01C87629159C015DE900CB8D462FCFE06D802A8D9ABA1E3A0CCD2 | sha512: ED1CC42F206F5E9E478D6822732EB3C40109D35BED0FA256662C79C02D4C90F5C6EA5F809CA6B3BFBF11FAACB5DC7A453C2B4FD8FA98DE5A1498812A0633285F
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
This package is published by the tailDotNet Project itself. The binaries are
identical to other package types published by the project.
Log in or click on link to see number of positives.
- CommandLine.dll (4923528d3d18) - ## / 69
- tail.exe (cdbb0659b2bc) - ## / 65
- tailDotNet.dll (1ddfa66d9bb0) - ## / 64
- taildotnet.0.1.5.nupkg (a17443e81cd1) - ## / 61
- tail.exe (80faed0986de) - ## / 65
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Tail DotNet 0.1.5 | 11495 | Monday, September 25, 2017 | Approved | |
Tail DotNet 0.1.4 | 549 | Monday, November 14, 2016 | Approved | |
Tail DotNet 0.1.3 | 472 | Tuesday, April 19, 2016 | Approved | |
Tail DotNet 0.1.2 | 494 | Wednesday, March 9, 2016 | Approved | |
Tail DotNet 0.1.1 | 458 | Sunday, February 21, 2016 | Approved | |
Tail DotNet 0.1 | 421 | Tuesday, February 16, 2016 | Approved |
0.1.5 Bugfix for the --version parameter
0.1.4 Graceful shutdown when unhandled exceptions occur
0.1.3 Implementation of the -f (follow) and -n (number of lines to output)
0.1.2 Added support for exclusion and inclusion filters
0.1.1 Warnings are written in yellow in the console and errors are written in red
0.1 This is the first public release and the only way to use tailDotNet at the moment is from the command line
This package has no dependencies.
Ground Rules:
- This discussion is only about Tail DotNet and the Tail DotNet package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Tail DotNet, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.