toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case LoggerType.fileSystem:
      return 'FileSystem';
    case LoggerType.awsCloudWatch:
      return 'AWSCloudWatch';
  }
}