p4 logschema

Describe the schema of a log record type.

Syntax

p4 [g-opts] logschema -a     
p4 [g-opts] logschema recordtype

Description

The first form of the p4 logschema command returns a description of all the log record types in tagged format.

The second form of the p4 logschema command returns a description of the specified log record type in tagged format.

See

Options

-a

Display the specification of every known log record type.

recordtype Display the specification for the specified log record type.

g-opts

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

super

Examples

p4 logschema 0

Display the tagged output for the CommandStart log.

p4 logschema 2

Display the tagged output for the CommandEnd log.

p4 logschema 6

Display the tagged output for the Audit log.