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

docs: Backport to release 3.0 #2110

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
9c64e03
docs: adding markup reference docs
dansiegel Nov 2, 2022
2515a6a
chore: providing additional context for markup docs
dansiegel Dec 14, 2022
8862d22
chore: add reference links to pre-generated packages
dansiegel Jan 17, 2023
b91e26a
chore: updating docs for creating resources
dansiegel Jan 18, 2023
b84a048
fix: binding examples
dansiegel Mar 1, 2023
a135316
chore: update Styles doc
dansiegel Mar 21, 2023
ed91e05
chore: update docs
dansiegel May 2, 2023
7886a10
chore: add new HowTo
rafael-rosa-knowcode Jul 5, 2023
ea6a00f
chore: Add Step by Step, comparing Markup and XAML
rafael-rosa-knowcode Jul 10, 2023
389e3a9
chore: add image
rafael-rosa-knowcode Jul 10, 2023
74d7ead
chore: add new page
rafael-rosa-knowcode Jul 11, 2023
434aeae
chore: add Toolkit
rafael-rosa-knowcode Jul 12, 2023
e9894ca
chore: add Theme
rafael-rosa-knowcode Jul 12, 2023
8ac1d36
chore: add visualStates
rafael-rosa-knowcode Jul 13, 2023
fcc66f4
chore: update theme and add Toggle Mode
rafael-rosa-knowcode Jul 14, 2023
efa4d17
chore: add Converters page
rafael-rosa-knowcode Jul 14, 2023
99da5f2
chore: add MVUX
rafael-rosa-knowcode Jul 14, 2023
0613e76
chore: move Markup Tutorials to the docs Tutorials area
dansiegel Oct 30, 2023
f70b453
chore: updating generator docs
dansiegel Oct 30, 2023
38141cf
chore: add reference to Themes Markup package
dansiegel Oct 30, 2023
9598cff
chore: fixing spaces
dansiegel Oct 30, 2023
d7c66f5
chore: adding sections to AttachedProperty docs
dansiegel Oct 30, 2023
dfe96d2
chore: basic revisions
dansiegel Oct 30, 2023
cf2cfcf
docs: Use DataTemplate
pictos Oct 27, 2023
5fe145d
docs: rebase + code review
pictos Oct 30, 2023
604ba2e
docs: Add ViewModel and implement search functionality
pictos Oct 31, 2023
4302e44
chore: updating getting started docs for markup
dansiegel Oct 31, 2023
81c881e
Update doc/Learn/Tutorials/Markup/HowTo-MarkupProject.md
nickrandolph Oct 31, 2023
b6a0f46
docs: updated docs text
pictos Oct 31, 2023
74f22b8
chore: update tutorial text
dansiegel Nov 1, 2023
435d8a4
chore: Jerome's review requested changes
dansiegel Nov 1, 2023
2d78b29
chore: Apply code review changes
jeromelaban Nov 1, 2023
09d2889
docs: Fix broken WinUI Markup link on GettingStarted.md
morning4coffe-dev Nov 4, 2023
9782433
fix: Improve documentation for tabbar controls
nickrandolph Nov 9, 2023
4f1b6be
fix: Correcting logging docs
nickrandolph Nov 9, 2023
7f2a49a
docs: Adjust package name
jeromelaban Nov 10, 2023
4f10b96
docs: Update HowTo-SimpleFeed.md method name
Werewolfkiss Nov 11, 2023
8b41f47
docs: Fix "TIP" rendering
Youssef1313 Nov 16, 2023
b1a3225
chore: Small fix
Youssef1313 Nov 16, 2023
bada878
docs: migrate markup docs to Overview. Add Storyboard & Markup Run docs
dansiegel Nov 20, 2023
3e9516a
docs: match xaml and c# markup
dansiegel Nov 21, 2023
0dc7702
chore: Tidy up
nickrandolph Nov 28, 2023
254855a
docs: Added C#Markup overview file
Nov 21, 2023
79204ff
docs: Init of the content
Nov 21, 2023
b106497
docs: inspect the API for CounterApp
Nov 21, 2023
ce28b5c
docs: conclusion
Nov 21, 2023
e1ff583
docs: updating from PR review
dansiegel Nov 22, 2023
de4a2a1
chore: Refactor
nickrandolph Nov 23, 2023
78b4f52
chore: Removing refactoring
nickrandolph Nov 23, 2023
c831186
chore: Removing strongly typed themes - material only
nickrandolph Nov 23, 2023
93457f1
chore: Fixing methods
nickrandolph Nov 23, 2023
53c64fe
chore: Remove gridlength
nickrandolph Nov 23, 2023
1506575
chore: tidy up
nickrandolph Nov 23, 2023
df8b259
chore: Minor adjustments
nickrandolph Nov 23, 2023
784b03d
chore: tidyup
nickrandolph Nov 23, 2023
32c79a9
chore: Moving files
nickrandolph Nov 24, 2023
5f2f77b
chore: tidy up
nickrandolph Nov 27, 2023
1d5557d
docs: Overall FAQ and searchability Improvements
morning4coffe-dev Dec 6, 2023
efc3fc5
docs: normalize Overview as option in the toc
dansiegel Dec 13, 2023
a27c77e
docs: add docs for Assign method
dansiegel Dec 13, 2023
2a6e471
docs: reorder the Generating Extensions in the toc
dansiegel Dec 13, 2023
4caa27e
docs: update title for DependencyPropertyBuilder docs
dansiegel Dec 13, 2023
9c29e68
docs: update toc to use xref
dansiegel Dec 14, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions doc/Learn/Tutorials/Logging/HowTo-InternalLogging.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ uid: Learn.Tutorials.Logging.UseInternalLogging

`Uno.Extensions.Logging` provides logging capabilities tailored to your target platform. It allows the recording of events for XAML layout, Uno-internal messages, and custom events with severity and verbosity levels of your choice.

> [!IMPORTANT]
> This guide assumes your application has already opted into logging. To find out how to do this, refer to the tutorial [here](xref:Learn.Tutorials.Logging.UseLogging)
> [!NOTE]
> When adding logging support to an application, add the [Uno.Extensions.Logging.WinUI](https://www.nuget.org/packages/Uno.Extensions.Logging.WinUI) NuGet package (instead of `Uno.Extensions.Logging`) which includes platform specific loggers.

## Step-by-steps

> [!IMPORTANT]
> This guide assumes you used the template wizard or `dotnet new unoapp` to create your solution. If not, it is recommended that you follow the [instructions](xref:Overview.Extensions) for creating an application from the template.
> [!IMPORTANT]
> This guide assumes your application has already opted into logging. To find out how to do this, refer to the tutorial [here](xref:Learn.Tutorials.Logging.UseLogging)

### 1. Enable Uno internal logging

* To log Uno-internal messages, you first need to call `UseLogging()` on the `IHost` instance:
* To log Uno-internal messages, you first need to call `UseLogging()` on the `IHost` instance, passing `true` in for the enableUnoLogging parameter:

```csharp
private IHost Host { get; }
Expand All @@ -25,11 +25,10 @@ uid: Learn.Tutorials.Logging.UseInternalLogging
var appBuilder = this.CreateBuilder(args)
.Configure(host => {
host
.UseLogging()
.UseLogging(enableUnoLogging: true)
});

Host = appBuilder.Build();
...
```

### 2. Set verbosity level of XAML logging
Expand Down
3 changes: 3 additions & 0 deletions doc/Learn/Tutorials/Logging/HowTo-Logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ uid: Learn.Tutorials.Logging.UseLogging

`Uno.Extensions.Logging` allows you to leverage logging capabilities tailored to your target platform to easily record events for XAML layout, Uno-internal messages, and custom events with severity and verbosity levels of your choice.

> [!NOTE]
> When adding logging support to an application, add the [Uno.Extensions.Logging.WinUI](https://www.nuget.org/packages/Uno.Extensions.Logging.WinUI) NuGet package (instead of `Uno.Extensions.Logging`) which includes platform specific loggers.

## Step-by-steps

> [!IMPORTANT]
Expand Down
Loading