-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,13 +66,6 @@ pnpm add @rbxts/rlog | |
yarn add @rbxts/rlog | ||
``` | ||
|
||
### Wally | ||
|
||
```toml | ||
[dependencies] | ||
Reflex = "daymxn/[email protected]" | ||
``` | ||
|
||
## Overview | ||
|
||
rLog is a Context-based server-side logging framework for ROBLOX, designed to help organize and structure your logging process. | ||
|
@@ -157,7 +150,8 @@ You can either checkout our [Quick Start](https://rlog.daymxn.com/docs/quick-sta | |
## Roadmap | ||
|
||
- Add social preview to github repo after going public | ||
|
||
- Add publishing for wally | ||
- Add docs for lua usage | ||
- Separate provided sinks into a sub package | ||
- Support google cloud console logging | ||
- Migrate tests to individual files | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,14 +33,6 @@ pnpm add @rbxts/rlog | |
yarn add @rbxts/rlog | ||
``` | ||
|
||
</TabItem> | ||
<TabItem value="wally"> | ||
|
||
```toml title="wally.toml" | ||
[dependencies] | ||
Reflex = "daymxn/[email protected]" | ||
``` | ||
|
||
</TabItem> | ||
</Tabs> | ||
|
||
|