Class TimeStampNaming

java.lang.Object
org.opends.server.loggers.TimeStampNaming

public final class TimeStampNaming extends Object
A file name policy that names files suffixed by the time it was created.
  • Constructor Details

    • TimeStampNaming

      public TimeStampNaming(Path file)
      Create a new instance of the TimeStampNaming policy. Files will be created with the names in the prefix.utctime format.
      Parameters:
      file - the file to use as the naming prefix.
  • Method Details