Skip to content

Commit 2e67693

Browse files
committed
Add frontmatter to custom-logging and psake-config docs
https://claude.ai/code/session_0184Z4DLZ8Db72rkpca4kQwP
1 parent 461fef2 commit 2e67693

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

docs/tutorial-advanced/custom-logging.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: "How to override psake's output handlers for custom logging"
3+
---
4+
15
# Custom Logging
26

37
psake routes all internal messages through configurable output handlers. You can override these handlers in your [`psake-config.ps1`](./psake-config.md) file to integrate with your own logging system.

docs/tutorial-advanced/psake-config.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: "How to customize psake defaults with psake-config.ps1"
3+
---
4+
15
# psake Configuration File
26

37
psake loads a `psake-config.ps1` file at the start of every build to set default values for your build environment. You can use this file to change psake's default build file name, framework version, task name format, output handlers, and more.

0 commit comments

Comments
 (0)