LuciadCPillar C# 2023.1.04
Luciad Namespace Reference

Namespaces

namespace  Animations
 
namespace  Cameras
 
namespace  Cartesian
 
namespace  Concurrent
 
namespace  Containers
 
namespace  Controllers
 
namespace  Create
 
namespace  Datamodels
 
namespace  Drawing
 
namespace  Edit
 
namespace  Expressions
 
namespace  Formats
 
namespace  Geodesy
 
namespace  Geometries
 
namespace  Grids
 
namespace  Input
 
namespace  Layers
 
namespace  Loaders
 
namespace  Maps
 
namespace  Models
 
namespace  Net
 
namespace  Rasters
 
namespace  Symbology
 
namespace  Text
 
namespace  Utils
 

Classes

class  Environment
 Container of global state in this library. More...
 
class  ErrorInfo
 This class exposes details for a failed method call. More...
 
interface  ILoggingBackend
 Backend for the logging in this library. More...
 
class  LicenseException
 The exception that is thrown when the CPillar license is not valid. More...
 

Enumerations

enum  LogLevel {
  Error , Warning , Info , Debug ,
  Trace
}
 Various levels for logging messages. More...
 

Enumeration Type Documentation

◆ LogLevel

Various levels for logging messages.

luciad/ILoggingBackend.h

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::LogLevel.
Enumerator
Error 

Indicates a problem from which no recovery is possible.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::LogLevel::Error.
Warning 

Indicates a problem from which we can recover.

Recovery could be to give up whatever we attempted.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::LogLevel::Warning.
Info 

Indicates information of general interest.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::LogLevel::Info.
Debug 

Indicates information of use for figuring out a problem.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::LogLevel::Debug.
Trace 

Indicates extremely detailed information that is probably only useful to the maintainer of the code.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::LogLevel::Trace.