Skip to content

Commit

Permalink
chore(event): Add properties to EventLogger definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
megahertz committed Aug 22, 2023
1 parent 11cc0d2 commit 4bd68a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-log",
"version": "5.0.0-beta.26",
"version": "5.0.0-beta.27",
"description": "Just a simple logging module for your Electron application",
"main": "src/index.js",
"browser": "src/renderer/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ declare namespace Logger {
scope?: string;
}

interface EventLogger {
interface EventLogger extends Required<EventLoggerOptions> {
setOptions(options: EventLoggerOptions): void;
startLogging(options?: EventLoggerOptions): void;
stopLogging(): void;
Expand Down

0 comments on commit 4bd68a1

Please sign in to comment.