p4 logger
Synopsis
Report changed jobs and changelists.
Syntax
p4 [g-opts
] logger [-c
sequence#
] [-t
countername
]
Description
The p4 logger
command is meant for use in external programs that
call Perforce.
Options
|
List all events happening after this sequence number. |
|
List all events after this counter number. |
|
Update the supplied counter with the current sequence number and clear the log; as this clears the log regardless of which counter name is specified, only one user can make use of this option. |
|
See “Global Options”. |
Usage Notes
Can File Arguments Use Revision Specifier? | Can File Arguments Use Revision Range? | Minimal Access Level Required |
---|---|---|
N/A |
N/A |
|
- The
p4 logger
command is not intended for use by end users. It exists to support propagation of information to an external defect tracking system. - In distributed environments,
p4 logger
commands should be issued to the Commit Server, not to an Edge Server. If you are using P4DTG or other third-party tools that make use of this command, ensure that your installation is properly configured.