Represents metadata for a log file. More...
#include <com/navigine/idl/objc/NCLogInfo.h>
Inherits NSObject.
Instance Methods | |
| (nonnull instancetype) | - initWithName:absolutePath:size:duration:date:numberOfCheckpoints: |
| Default constructor for class NCLogInfo. | |
Class Methods | |
| (nonnull instancetype) | + logInfoWithName:absolutePath:size:duration:date:numberOfCheckpoints: |
| Factory method for class NCLogInfo. | |
Properties | |
| NSString * | name |
| The name of the log file. | |
| NSString * | absolutePath |
| The absolute file path of the log file. | |
| int32_t | size |
| The size of the log file in bytes. | |
| int32_t | duration |
| The duration of the logged activity in seconds. | |
| NSString * | date |
| The date the log file was created or last modified, in string format. | |
| int32_t | numberOfCheckpoints |
| The number of checkpoints recorded in the log file. | |
Represents metadata for a log file.
Referenced from ResourceManager.
Definition at line 18 of file NCLogInfo.h.
| - (nonnull instancetype) initWithName: | (nonnull NSString *) | name | |
| absolutePath: | (nonnull NSString *) | absolutePath | |
| size: | (int32_t) | size | |
| duration: | (int32_t) | duration | |
| date: | (nonnull NSString *) | date | |
| numberOfCheckpoints: | (int32_t) | numberOfCheckpoints |
Default constructor for class NCLogInfo.
| + (nonnull instancetype) logInfoWithName: | (nonnull NSString *) | name | |
| absolutePath: | (nonnull NSString *) | absolutePath | |
| size: | (int32_t) | size | |
| duration: | (int32_t) | duration | |
| date: | (nonnull NSString *) | date | |
| numberOfCheckpoints: | (int32_t) | numberOfCheckpoints |
Factory method for class NCLogInfo.
|
readnonatomicassign |
The absolute file path of the log file.
Definition at line 48 of file NCLogInfo.h.
|
readnonatomicassign |
The date the log file was created or last modified, in string format.
Definition at line 63 of file NCLogInfo.h.
|
readnonatomicassign |
The duration of the logged activity in seconds.
Definition at line 58 of file NCLogInfo.h.
|
readnonatomicassign |
The name of the log file.
Definition at line 43 of file NCLogInfo.h.
|
readnonatomicassign |
The number of checkpoints recorded in the log file.
Definition at line 68 of file NCLogInfo.h.
|
readnonatomicassign |
The size of the log file in bytes.
Definition at line 53 of file NCLogInfo.h.