Google.Apis.PlatformServices
A logger implementation which makes use of the log4net library.
Creates a new default log4net logger.
Creates a new log4net logger and associates it with the specified type.
File data store that implements . This store creates a different file for each
combination of type and key. This file data store stores a JSON format of the specified object.
Gets the full folder path.
Constructs a new file data store. If fullPath is false the path will be used as relative to
, otherwise the input folder will be treated as
absolute.
The folder is created if it doesn't exist yet.
Folder path.
Defines weather the folder parameter is absolute or relative to
.
Stores the given value for the given key. It creates a new file (named ) in
.
The type to store in the data store.
The key.
The value to store in the data store.
Deletes the given key. It deletes the named file in
.
The key to delete from the data store.
Returns the stored value for the given key or null if the matching file (
in doesn't exist.
The type to retrieve.
The key to retrieve from the data store.
The stored object.
Clears all values in the data store. This method deletes all files in .
Creates a unique stored key based on the key and the class type.
The object key.
The type to store or retrieve.