Loading...
Searching...
No Matches

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.
 

Detailed Description

Represents metadata for a log file.

Referenced from ResourceManager.

Definition at line 18 of file NCLogInfo.h.

Method Documentation

◆ initWithName:absolutePath:size:duration:date:numberOfCheckpoints:

- (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.

◆ logInfoWithName:absolutePath:size:duration:date:numberOfCheckpoints:

+ (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.

Property Documentation

◆ absolutePath

- (NSString*) absolutePath
readnonatomicassign

The absolute file path of the log file.

Definition at line 48 of file NCLogInfo.h.

◆ date

- (NSString*) date
readnonatomicassign

The date the log file was created or last modified, in string format.

Definition at line 63 of file NCLogInfo.h.

◆ duration

- (int32_t) duration
readnonatomicassign

The duration of the logged activity in seconds.

Definition at line 58 of file NCLogInfo.h.

◆ name

- (NSString*) name
readnonatomicassign

The name of the log file.

Definition at line 43 of file NCLogInfo.h.

◆ numberOfCheckpoints

- (int32_t) numberOfCheckpoints
readnonatomicassign

The number of checkpoints recorded in the log file.

Definition at line 68 of file NCLogInfo.h.

◆ size

- (int32_t) size
readnonatomicassign

The size of the log file in bytes.

Definition at line 53 of file NCLogInfo.h.


The documentation for this class was generated from the following file: