Skip to content

Commit

Permalink
docs: Automatic Documentation Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Panakotta00 committed Nov 7, 2024
1 parent 3690a83 commit 05a5c37
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/modules/ROOT/pages/lua/api/Computer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Which means its running in an seperate game thread allowing for fast bulk calcul
!===
====

=== __computer.__**log** (message: string, verbosity: int)
=== __computer.__**log** (verbosity: int, message: string)
Allows you to print a log message to the computers log with the given log verbosity.

[%collapsible]
Expand All @@ -152,14 +152,14 @@ Allows you to print a log message to the computers log with the given log verbos
!===
!Name !Type !Description
! *Message* `message`
! string
! The log message you want to print
! *Verbosity* `verbosity`
! int
! The log-level/verbosity of the message you want to log. 0 = Debug, 1 = Info, 2 = Warning, 3 = Error & 4 = Fatal
! *Message* `message`
! string
! The log message you want to print
!===
====

Expand Down

0 comments on commit 05a5c37

Please sign in to comment.