KiiCloudStorageSDK : KiiCorp.Cloud.Storage Namespace

IKiiLogger Interface

Provides logging APIs

Syntax

public interface IKiiLogger

Remarks

Please call String.Format to make an actual message.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

Members

Public Methods

Debug (string, params object[])
This method will be called when SDK will output debug log

Member Details

Debug Method

This method will be called when SDK will output debug log

Syntax

public void Debug (string message, params object[] args)

Parameters

message
Message.
args
Arguments. Please use in String.Format

Remarks

Please call String.Format to make an actual message.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0