Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Open JournalCliLogsDirectory

Nick Spreitzer edited this page Feb 17, 2020 · 1 revision
external help file: JournalCli.dll-Help.xml
Module Name: JournalCli
online version:
schema: 2.0.0

Open-JournalCliLogsDirectory

SYNOPSIS

Open the application logs directory, if one exists.

SYNTAX

Open-JournalCliLogsDirectory [<CommonParameters>]

DESCRIPTION

journal-cli logs all errors to the local disk. You can reference these logs when troubleshooting problems, or when opening a bug report.

EXAMPLES

Example 1

PS C:\> Open-JournalCliLogsDirectory

Opens the directory that contains journal-cli application logs, if it exists. If no errors have ever been recorded, the directory will not exist. In that situation, a message will be displayed explaining that the directory does not exist.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS