How to use the /log command

{{#if isGM}}

GM Only Info

Adventure Log Setup

As a shortcut, you can use the following command to open the Adventure Log Config.

/log config

GM Only Adventure Log

You can replace /log with /gmlog for all of the below commands to add those events/quotes to the configured GM Only Adventure Log. If chat messages are turned on, GM Log entries will always be posted as whispers to yourself.

/gmlog message...
/gmlog e message...
/gmlog event message...
/gmlog q "Bobby McFerrin" message...
/gmlog quote "Bobby McFerrin" message...
{{/if}}

General Event (default)

Logs a simple event message to the adventure log.

Command/log ...message
/log e ...message
/log event ...message
Output To ChatEvent Logged
message...
Output to Log [<YYYY-MM-DD HH:mmPM>] (<LoggerName>) message...
ExampleSusan: /log We killed a goblin!
[2021-02-12 4:35PM] (Susan) We killed a goblin!

Quote Something

Formats an event entry as a quote of the given "Source". Source can be any text, such as the name of a player or NPC. Or maybe something funny someone said!

Command/log q "Source" ...quote
/log quote "Source" ...quote
Output To Chat<LoggerName> quoted <Source>
...quote
Output to Log[<YYYY-MM-DD HH:mmPM>] (<LoggerName>) <Source> said: "quote..."

You do not need to add quotes around the Source Name, unless there are spaces in the name. Such as the following:

/log q Bobby McFerrin Don't worry, be happy!

Will output into the log

[2021-02-12 4:35PM] (Susan) Bobby said: "McFerrin Don't worry, be happy!"

Instead if you add quotes around the name, it will allow the spaces.

/log q "Bobby McFerrin" Don't worry, be happy!

Will output into the log

[2021-02-12 4:35PM] (Susan) Bobby McFerrin said: "Don't worry, be happy!"