Struct LogWriterUtils
Parser logic
Inherited Members
Namespace: Unity.Logging
Assembly: solution.dll
Syntax
[BurstCompile]
public struct LogWriterUtils
Methods
Name | Description |
---|---|
Add |
Used by Log.To().Decorate calls to add a method that's called for every log message, and adds decorations to it for a particular logger. |
Add |
Used by Log.Decorate calls to add a method that's called for every log message, and add decorations to it globally. |
Add |
Adds a delegate to process and generate logging output strings for a set of context structs. |
Remove |
Removes an Log |
Set |
Sets a delegate to process and generate logging output strings for LogLevel. |
Set |
Sets a delegate to process and generate logging output strings for timestamps. |
Write |
Appends string representation of a binary data in the payload |
Write |
Appends string representation of Log |
Write |
Writes Timestamp to the UnsafeText as UTC |
Write |
Writes Timestamp to the UnsafeText in Local time zone |
Write |
Writes Timestamp to the UnsafeText in Local time zone to show in the Console Window in the Editor (HH:MM:SS) |
Write |
Appends a new line into the Unsafe |
Write |
Appends all properties into the Unsafe |